 | ExtensionUtilGetOperation Method |
Get the specified operation type
Namespace: SanteDB.Messaging.FHIR.UtilAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic static IFhirOperationHandler GetOperation(
string resourceType,
string operationName
)
Public Shared Function GetOperation (
resourceType As String,
operationName As String
) As IFhirOperationHandler
public:
static IFhirOperationHandler^ GetOperation(
String^ resourceType,
String^ operationName
)
static member GetOperation :
resourceType : string *
operationName : string -> IFhirOperationHandler Parameters
- resourceType String
- The type of resource to fetch the operation handler for
- operationName String
- The operation name
Return Value
IFhirOperationHandlerThe operation handler
See Also