Click or drag to resize

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: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
Object RemoveChildObject(
	Object scopingEntityKey,
	string propertyName,
	Object subItemKey
)

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