ControllerDelegate Fields |
The ControllerDelegate type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultValue |
Default value for the parameter
| |
| Delegate |
The delegate
| |
| DelegateType |
The method signature described as a enum
| |
| HasAccess |
True if the client has access
| |
| ParameterName |
The parameter name
| |
| ParameterType |
The parameter type
| |
| ReturnType |
The return type
| |
| RunSynchronously |
If true the execution will be synchron and no other calls will be executed for the current client until completion of this call
| |
| SerializeParameter |
True if the parameter needs to be serialized
| |
| Serializer |
The serializer, default is 'json'
| |
| SerializeReturnValue |
True if the return value need to be serialized
|