 | FhirMdmQueryLinksOperationAppliesTo Property |
The type that this operation handler applies to (or null if it applies to all)
Namespace: SanteDB.Persistence.MDM.Rest.FHIRAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntaxpublic ResourceType[] AppliesTo { get; }Public ReadOnly Property AppliesTo As ResourceType()
Get
public:
virtual property array<ResourceType>^ AppliesTo {
array<ResourceType>^ get () sealed;
}abstract AppliesTo : ResourceType[] with get
override AppliesTo : ResourceType[] with get
Property Value
ResourceTypeImplements
IFhirOperationHandlerAppliesTo
See Also