CommonMethodNameTransforms Class

Definition

Common RPC method transform functions that may be supplied to AddLocalRpcTarget(Object, JsonRpcTargetOptions) by way of MethodNameTransform.

public static class CommonMethodNameTransforms
type CommonMethodNameTransforms = class
Public Class CommonMethodNameTransforms
Inheritance
CommonMethodNameTransforms

Properties

Name Description
CamelCase

Gets a function that converts a given string from PascalCase to camelCase.

Methods

Name Description
Prepend(String)

Gets a function that prepends a particular string in front of any RPC method name.

Applies to