| IOperationalApiResourceHandlerInvokeOperation Method |
Fetchs the scoped entity
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax Object InvokeOperation(
Object scopingEntityKey,
string operationName,
ParameterCollection parameters
)
Function InvokeOperation (
scopingEntityKey As Object,
operationName As String,
parameters As ParameterCollection
) As Object
Object^ InvokeOperation(
Object^ scopingEntityKey,
String^ operationName,
ParameterCollection^ parameters
)
abstract InvokeOperation :
scopingEntityKey : Object *
operationName : string *
parameters : ParameterCollection -> Object
Parameters
- scopingEntityKey
- Type: SystemObject
The scoped entity key or null if operating on the type rather than an instance - operationName
- Type: SystemString
The operation to be invoked - parameters
- Type: SanteDB.Core.Model.ParametersParameterCollection
The parameter to pass to the operation
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Rest.Common.IOperationalApiResourceHandler.InvokeOperation(System.Object,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]
See Also