| IChainedApiResourceHandlerRemoveChildObject Method |
Removes the specified associated entity form the specified property name collection
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax Object 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
- Type: SystemObject
The instance of the parent entity from which the object should be removed - propertyName
- Type: SystemString
The name of the relationship which the entity should be removed from - subItemKey
- Type: SystemObject
The sub-item key that should be removed
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Rest.Common.IChainedApiResourceHandler.RemoveChildObject(System.Object,System.String,System.Object)"]
See Also