![]() | JsonRpcParameter Class |
[This is preliminary documentation and is subject to change.]
Namespace: JsonRpc.Contracts
The JsonRpcParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonRpcParameter | Initializes a new instance of the JsonRpcParameter class |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |