Click or drag to resize

AppletSolutionResourceHandlerRemoveChildObject Method

Remove a child object

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public Object RemoveChildObject(
	Object scopingEntityKey,
	string propertyName,
	Object subItemKey
)

Parameters

scopingEntityKey
Type: SystemObject

[Missing <param name="scopingEntityKey"/> documentation for "M:SanteDB.Rest.AMI.Resources.AppletSolutionResourceHandler.RemoveChildObject(System.Object,System.String,System.Object)"]

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:SanteDB.Rest.AMI.Resources.AppletSolutionResourceHandler.RemoveChildObject(System.Object,System.String,System.Object)"]

subItemKey
Type: SystemObject

[Missing <param name="subItemKey"/> documentation for "M:SanteDB.Rest.AMI.Resources.AppletSolutionResourceHandler.RemoveChildObject(System.Object,System.String,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.AppletSolutionResourceHandler.RemoveChildObject(System.Object,System.String,System.Object)"]

Implements

IChainedApiResourceHandlerRemoveChildObject(Object, String, Object)
See Also