Click or drag to resize

AutoCompleteOperationInvoke Method

Invoke the operation on the specifed type instance

Namespace:  SanteDB.Rest.Common.Operations
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public Object Invoke(
	Type scopingType,
	Object scopingKey,
	ParameterCollection parameters
)

Parameters

scopingType
Type: SystemType

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

scopingKey
Type: SystemObject

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

parameters
Type: SanteDB.Core.Model.ParametersParameterCollection

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

Return Value

Type: Object

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

Implements

IApiChildOperationInvoke(Type, Object, ParameterCollection)
See Also