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: 2.2.1
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 methodStatic memberCreateExtensions
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 methodStatic memberTryApplyExtension
Try to apply the specified extension to the specified object
Top
See Also