 | FhirMdmQueryLinksOperationParameters Property |
Get the parameter list for this object.
Namespace: SanteDB.Persistence.MDM.Rest.FHIRAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntaxpublic IDictionary<string, FHIRAllTypes> Parameters { get; }Public ReadOnly Property Parameters As IDictionary(Of String, FHIRAllTypes)
Get
public:
virtual property IDictionary<String^, FHIRAllTypes>^ Parameters {
IDictionary<String^, FHIRAllTypes>^ get () sealed;
}abstract Parameters : IDictionary<string, FHIRAllTypes> with get
override Parameters : IDictionary<string, FHIRAllTypes> with get
Property Value
IDictionaryString,
FHIRAllTypesImplements
IFhirOperationHandlerParameters
See Also