| XmlExportImportResourceGet Method |
Get the object
Namespace:
SanteDB.Matcher.Rest
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public Object Get(
Type scopingType,
Object scopingKey,
Object key
)
Public Function Get (
scopingType As Type,
scopingKey As Object,
key As Object
) As Object
public:
virtual Object^ Get(
Type^ scopingType,
Object^ scopingKey,
Object^ key
) sealed
abstract Get :
scopingType : Type *
scopingKey : Object *
key : Object -> Object
override Get :
scopingType : Type *
scopingKey : Object *
key : Object -> Object
Parameters
- scopingType
- Type: SystemType
[Missing <param name="scopingType"/> documentation for "M:SanteDB.Matcher.Rest.XmlExportImportResource.Get(System.Type,System.Object,System.Object)"]
- scopingKey
- Type: SystemObject
[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Matcher.Rest.XmlExportImportResource.Get(System.Type,System.Object,System.Object)"]
- key
- Type: SystemObject
[Missing <param name="key"/> documentation for "M:SanteDB.Matcher.Rest.XmlExportImportResource.Get(System.Type,System.Object,System.Object)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Matcher.Rest.XmlExportImportResource.Get(System.Type,System.Object,System.Object)"]
Implements
IApiChildResourceHandlerGet(Type, Object, Object)See Also