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: 2.2.1
Syntax
Object RemoveChildObject(
	Object scopingEntityKey,
	string propertyName,
	Object subItemKey
)

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