 | IChainedApiResourceHandlerRemoveChildObject Method |
Removes the specified associated entity form the specified property name collection
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject RemoveChildObject(
Object scopingEntityKey,
string propertyName,
Object subItemKey
)
Function RemoveChildObject (
scopingEntityKey As Object,
propertyName As String,
subItemKey As Object
) As Object
Object^ RemoveChildObject(
Object^ scopingEntityKey,
String^ propertyName,
Object^ subItemKey
)
abstract RemoveChildObject :
scopingEntityKey : Object *
propertyName : string *
subItemKey : Object -> Object Parameters
- scopingEntityKey Object
- The instance of the parent entity from which the object should be removed
- propertyName String
- The name of the relationship which the entity should be removed from
- subItemKey Object
- The sub-item key that should be removed
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Rest.Common.IChainedApiResourceHandler.RemoveChildObject(System.Object,System.String,System.Object)"]
See Also