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: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override Object GetChildObject(
	Object scopingEntity,
	string propertyName,
	Object subItem
)

Parameters

scopingEntity  Object

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

propertyName  String

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

subItem  Object

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

Return Value

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