 | ConceptSetConceptChildHandlerGet Method |
Get the value of the associated property with context (exmaple: GET /hdsi/resource/property/key)
Namespace: SanteDB.Rest.HDSI.OperationAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
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.Rest.HDSI.Operation.ConceptSetConceptChildHandler.Get(System.Type,System.Object,System.Object)"]
- scopingKey Object
[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Rest.HDSI.Operation.ConceptSetConceptChildHandler.Get(System.Type,System.Object,System.Object)"]
- key Object
[Missing <param name="key"/> documentation for "M:SanteDB.Rest.HDSI.Operation.ConceptSetConceptChildHandler.Get(System.Type,System.Object,System.Object)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.Operation.ConceptSetConceptChildHandler.Get(System.Type,System.Object,System.Object)"]
Implements
IApiChildResourceHandlerGet(Type, Object, Object)
See Also