SysOperationServiceController.initializeServiceParameter Method [AX 2012]

Initializes an instance of the SysDictClass class for each data contract found in a service operation contract.

protected Object initializeServiceParameter(DictMethod dictMethod, int parameterIndex)

Run On

Called

Parameters

dictMethod
Type: DictMethod Class
The DictMethod object that describes the service operation.
parameterIndex
Type: int
The index of the service parameter.

Return Value

Type: Object Class
The instance of the SysDictClass class.

Override this method if custom initialization of the data contract class is required.

Community Additions

ADD
Show: