| ExtensionUtilOperationHandlers Property |
Operation Handlers
Namespace:
SanteDB.Messaging.FHIR.Util
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public 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
Type:
IEnumerableIFhirOperationHandlerSee Also