Click or drag to resize

MatchConfigurationResourceHandlerGetChildObject Method

Get associated entity

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public virtual Object GetChildObject(
	Object scopingEntity,
	string propertyName,
	Object subItem
)

Parameters

scopingEntity
Type: SystemObject

[Missing <param name="scopingEntity"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]

subItem
Type: SystemObject

[Missing <param name="subItem"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]

Implements

IChainedApiResourceHandlerGetChildObject(Object, String, Object)
See Also