 | AppletSolutionResourceHandlerRemoveChildObject Method |
Remove a child object
Namespace: SanteDB.Rest.AMI.ResourcesAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override Object RemoveChildObject(
Object scopingEntityKey,
string propertyName,
Object subItemKey
)
Public Overrides Function RemoveChildObject (
scopingEntityKey As Object,
propertyName As String,
subItemKey As Object
) As Object
public:
virtual Object^ RemoveChildObject(
Object^ scopingEntityKey,
String^ propertyName,
Object^ subItemKey
) override
abstract RemoveChildObject :
scopingEntityKey : Object *
propertyName : string *
subItemKey : Object -> Object
override RemoveChildObject :
scopingEntityKey : Object *
propertyName : string *
subItemKey : Object -> Object 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.AMI.Resources.AppletSolutionResourceHandler.RemoveChildObject(System.Object,System.String,System.Object)"]
Implements
IChainedApiResourceHandlerRemoveChildObject(Object, String, Object)
See Also