Click or drag to resize

IChainedApiResourceHandlerGetChildObject Method

Fetchs the scoped entity

Namespace: SanteDB.Rest.Common
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
Object GetChildObject(
	Object scopingEntity,
	string propertyName,
	Object subItemKey
)

Parameters

scopingEntity  Object

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

propertyName  String

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

subItemKey  Object

[Missing <param name="subItemKey"/> documentation for "M:SanteDB.Rest.Common.IChainedApiResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]

Return Value

Object

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

See Also