| IFhirExtensionHandlerAppliesTo Property |
Gets the resource type that this applies to (or null if it applies to all types)
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 Nullable<ResourceType> AppliesTo {
Nullable<ResourceType> get ();
}
abstract AppliesTo : Nullable<ResourceType> with get
Property Value
Type:
NullableResourceTypeSee Also