CommonMethodNameTransforms Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
CamelCase |
Gets a function that converts a given string from PascalCase to camelCase. |
Methods
Prepend(String) |
Gets a function that prepends a particular string in front of any RPC method name. |