![]() | JsonRpcParameter Properties |
[This is preliminary documentation and is subject to change.]
The JsonRpcParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Converter |
The serializer used to convert the parameter.
|
![]() | DefaultValue |
The default value for the specified optional parameter.
|
![]() | IsOptional |
Whether the parameter is optional.
|
![]() | IsTask |
Whether the parameter is a Task or Task<ParameterType> instead of ParameterType itself.
|
![]() | ParameterName |
The parameter name used in JSON.
|
![]() | ParameterType |
The bare type of the parameter.
|