 | IApiChildResourceHandlerRemove Method |
Remove an object from the associated property
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject Remove(
Type scopingType,
Object scopingKey,
Object key
)
Function Remove (
scopingType As Type,
scopingKey As Object,
key As Object
) As Object
Object^ Remove(
Type^ scopingType,
Object^ scopingKey,
Object^ key
)
abstract Remove :
scopingType : Type *
scopingKey : Object *
key : Object -> Object Parameters
- scopingType Type
[Missing <param name="scopingType"/> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Remove(System.Type,System.Object,System.Object)"]
- scopingKey Object
[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Remove(System.Type,System.Object,System.Object)"]
- key Object
[Missing <param name="key"/> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Remove(System.Type,System.Object,System.Object)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Remove(System.Type,System.Object,System.Object)"]
See Also