Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NamingConventionConfig

Configuration info to be passed to the NamingConvention constructor

Hierarchy

  • NamingConventionConfig

Index

Properties

Optional clientPropertyNameToServer

clientPropertyNameToServer: (nm: string, context?: any) => string

Function that takes a client property name add converts it into a server side property name.

Type declaration

    • (nm: string, context?: any): string
    • Parameters

      • nm: string
      • Optional context: any

      Returns string

Optional name

name: string

The name of this NamingConvention

Optional serverPropertyNameToClient

serverPropertyNameToClient: (nm: string, context?: any) => string

Function that takes a server property name add converts it into a client side property name.

Type declaration

    • (nm: string, context?: any): string
    • Parameters

      • nm: string
      • Optional context: any

      Returns string

Generated using TypeDoc