 | NarrativeResourceHandlerAddChildObject Method |
Add a child object instance
Namespace: SanteDB.Rest.HDSI.ResourcesAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override Object AddChildObject(
Object scopingEntityKey,
string propertyName,
Object scopedItem
)
Public Overrides Function AddChildObject (
scopingEntityKey As Object,
propertyName As String,
scopedItem As Object
) As Object
public:
virtual Object^ AddChildObject(
Object^ scopingEntityKey,
String^ propertyName,
Object^ scopedItem
) override
abstract AddChildObject :
scopingEntityKey : Object *
propertyName : string *
scopedItem : Object -> Object
override AddChildObject :
scopingEntityKey : Object *
propertyName : string *
scopedItem : Object -> Object Parameters
- scopingEntityKey Object
- The scoping entity key or null if global execution
- propertyName String
- The property name
- scopedItem Object
- The sub-item to be added
Return Value
ObjectThe newly created associative entity
Implements
IChainedApiResourceHandlerAddChildObject(Object, String, Object)
See Also