Click or drag to resize

MdmOperationBaseInvoke Method

Invoke the operation

Namespace: SanteDB.Persistence.MDM.Rest
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public abstract Object Invoke(
	Type scopingType,
	Object scopingKey,
	ParameterCollection parameters
)

Parameters

scopingType  Type

[Missing <param name="scopingType"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmOperationBase.Invoke(System.Type,System.Object,SanteDB.Core.Model.Parameters.ParameterCollection)"]

scopingKey  Object

[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmOperationBase.Invoke(System.Type,System.Object,SanteDB.Core.Model.Parameters.ParameterCollection)"]

parameters  ParameterCollection

[Missing <param name="parameters"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmOperationBase.Invoke(System.Type,System.Object,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Rest.MdmOperationBase.Invoke(System.Type,System.Object,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Implements

IApiChildOperationInvoke(Type, Object, ParameterCollection)
See Also