Click or drag to resize

ExtensionUtil Class

Profile utility which has methods for profile
Inheritance Hierarchy
SystemObject
  SanteDB.Messaging.FHIR.UtilExtensionUtil

Namespace: SanteDB.Messaging.FHIR.Util
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public static class ExtensionUtil

The ExtensionUtil type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberOperationHandlers Operation Handlers
Public propertyStatic memberProfileHandlers Profile handlers
Top
Methods
 NameDescription
Public Extension MethodCreateExtensions Runs all registered extensions on the object
Public methodStatic memberExecuteAfterReceiveRequestBehavior Execute the AfterReceive function allowing the behavior pipeline to inspect the message
Public methodStatic memberExecuteBeforeSendResponseBehavior Execute the BeforeSendResponse function allowing the behavior pipeline to inspect the message
Public methodStatic memberGetMessageOperationHandler Get the specified message operation handler for the specified event uri
Public methodStatic memberGetOperation Get the specified operation type
Public methodStatic memberInitialize Creates a profile utility
Public Extension MethodTryApplyExtension Try to apply the specified extension to the specified object
Top
See Also