Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an instance of the SysDictClass class for each data contract found in a service operation contract.
Syntax
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.
Remarks
Override this method if custom initialization of the data contract class is required.