 | XmlExportImportResourceGet Method |
Get the object
Namespace: SanteDB.Matcher.RestAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic 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
[Missing <param name="scopingType"/> documentation for "M:SanteDB.Matcher.Rest.XmlExportImportResource.Get(System.Type,System.Object,System.Object)"]
- scopingKey Object
[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Matcher.Rest.XmlExportImportResource.Get(System.Type,System.Object,System.Object)"]
- key Object
[Missing <param name="key"/> documentation for "M:SanteDB.Matcher.Rest.XmlExportImportResource.Get(System.Type,System.Object,System.Object)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Matcher.Rest.XmlExportImportResource.Get(System.Type,System.Object,System.Object)"]
Implements
IApiChildResourceHandlerGet(Type, Object, Object)
See Also