Click or drag to resize

CamelCaseJsonRpcNamingStrategyGetRpcParameterName Method

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

Maps a CLR parameter name into JSON RPC parameter name.

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public override string GetRpcParameterName(
	string parameterName,
	bool isSpecified
)

Parameters

parameterName
Type: SystemString
The CLR parameter name, or user-specified parameter name (e.g. via Attributes).
isSpecified
Type: SystemBoolean
Whether the parameterName is specified explicitly by user.

Return Value

Type: String
The mapped JSON RPC parameter name.
See Also