Click or drag to resize

IOperationalApiResourceHandlerInvokeOperation Method

Fetchs the scoped entity

Namespace: SanteDB.Rest.Common
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
Object InvokeOperation(
	Object scopingEntityKey,
	string operationName,
	ParameterCollection parameters
)

Parameters

scopingEntityKey  Object
The scoped entity key or null if operating on the type rather than an instance
operationName  String
The operation to be invoked
parameters  ParameterCollection
The parameter to pass to the operation

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Rest.Common.IOperationalApiResourceHandler.InvokeOperation(System.Object,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

See Also