| 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
)
Function AddChildObject (
scopingEntityKey As Object,
propertyName As String,
scopedItem As Object
) As Object
Object^ AddChildObject(
Object^ scopingEntityKey,
String^ propertyName,
Object^ scopedItem
)
abstract AddChildObject :
scopingEntityKey : Object *
propertyName : string *
scopedItem : Object -> Object
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:
ObjectThe newly created associative entity
See Also