Click or drag to resize

IChainedApiResourceHandlerAddChildObject Method

Adds the specified object with sub item key

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
Object AddChildObject(
	Object scopingEntityKey,
	string propertyName,
	Object scopedItem
)

Parameters

scopingEntityKey
Type: SystemObject
The scoping entity key or null if global execution
propertyName
Type: SystemString
The property name
scopedItem
Type: SystemObject
The sub-item to be added

Return Value

Type: Object
The newly created associative entity
See Also