 | ExtensionUtilOperationHandlers Property |
Operation Handlers
Namespace: SanteDB.Messaging.FHIR.UtilAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic static IEnumerable<IFhirOperationHandler> OperationHandlers { get; }Public Shared ReadOnly Property OperationHandlers As IEnumerable(Of IFhirOperationHandler)
Get
public:
static property IEnumerable<IFhirOperationHandler^>^ OperationHandlers {
IEnumerable<IFhirOperationHandler^>^ get ();
}static member OperationHandlers : IEnumerable<IFhirOperationHandler> with get
Property Value
IEnumerableIFhirOperationHandler
See Also