Click or drag to resize

MatchConfigurationResourceHandlerRemoveChildObject Method

Remove an associated entity

Namespace: SanteDB.Rest.AMI.Resources
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override Object RemoveChildObject(
	Object scopingEntityKey,
	string propertyName,
	Object subItemKey
)

Parameters

scopingEntityKey  Object

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

propertyName  String

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

subItemKey  Object

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

Return Value

Object

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

Implements

IChainedApiResourceHandlerRemoveChildObject(Object, String, Object)
See Also