Click or drag to resize

JsonRpcParameterAttribute Properties

[This is preliminary documentation and is subject to change.]

The JsonRpcParameterAttribute type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
The default value for the optional parameter.
Public propertyIsOptional
Whether the parameter is optional.
Public propertyParameterName
The name of the parameter. null to use the applied Parameter name.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public propertyValueConverterParameters
The constructor parameters used to instantiate the specified ValueConverterType
Public propertyValueConverterType
The Type of IJsonValueConverter that applies to this parameter.
Top
See Also