Click or drag to resize

JsonRpcScopeAttribute Properties

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

The JsonRpcScopeAttribute type exposes the following members.

Properties
  NameDescription
Public propertyMethodPrefix
The prefix that is prepended to all the names of the JSON RPC methods in the scope.
Public propertyNamingStrategyParameters
The constructor parameters used to instantiate the specified NamingStrategyType
Public propertyNamingStrategyType
The Type of the JsonRpcNamingStrategy applied to the methods in this scope.
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 the parameters of all the JSON RPC methods in the scope.
Top
See Also