 | ExtensionUtilProfileHandlers Property |
Profile handlers
Namespace: SanteDB.Messaging.FHIR.UtilAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic 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
IEnumerableIFhirProfileValidationHandler
See Also