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: 2.2.1
Syntax
Object GetChildObject(
	Object scopingEntity,
	string propertyName,
	Object subItemKey
)

Parameters

scopingEntity
Type: SystemObject

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

propertyName
Type: SystemString

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

subItemKey
Type: SystemObject

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

Return Value

Type: Object

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

See Also