| IFhirOperationHandlerAppliesTo Property |
The type that this operation handler applies to (or null if it applies to all)
Namespace:
SanteDB.Messaging.FHIR.Extensions
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax ResourceType[] AppliesTo { get; }
ReadOnly Property AppliesTo As ResourceType()
Get
property array<ResourceType>^ AppliesTo {
array<ResourceType>^ get ();
}
abstract AppliesTo : ResourceType[] with get
Property Value
Type:
ResourceTypeSee Also