| ExtensionUtilProfileHandlers Property |
Profile handlers
Namespace:
SanteDB.Messaging.FHIR.Util
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public static IEnumerable<IFhirProfileValidationHandler> ProfileHandlers { get; }
Public Shared ReadOnly Property ProfileHandlers As IEnumerable(Of IFhirProfileValidationHandler)
Get
public:
static property IEnumerable<IFhirProfileValidationHandler^>^ ProfileHandlers {
IEnumerable<IFhirProfileValidationHandler^>^ get ();
}
static member ProfileHandlers : IEnumerable<IFhirProfileValidationHandler> with get
Property Value
Type:
IEnumerableIFhirProfileValidationHandlerSee Also