Click or drag to resize

IApiChildResourceHandlerRemove Method

Remove an object from the associated property

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
Object Remove(
	Type scopingType,
	Object scopingKey,
	Object key
)

Parameters

scopingType
Type: SystemType

[Missing <param name="scopingType"/> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Remove(System.Type,System.Object,System.Object)"]

scopingKey
Type: SystemObject

[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Remove(System.Type,System.Object,System.Object)"]

key
Type: SystemObject

[Missing <param name="key"/> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Remove(System.Type,System.Object,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Remove(System.Type,System.Object,System.Object)"]

See Also