Skip to content
AutoMapper TypeScript
Esc
navigateopen⌘Jpreview
On this page

Class: PascalCaseNamingConvention

Class: PascalCaseNamingConvention API reference from @automapper/core.

@automapper/core


Defined in: packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts:8

PascalCaseNamingConvention

Example

ThisIsPascalCase

Implements

Constructors

Constructor

new PascalCaseNamingConvention(): PascalCaseNamingConvention

Returns

PascalCaseNamingConvention

Properties

separatorCharacter

separatorCharacter: string = ''

Defined in: packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts:9

Implementation of

NamingConvention.separatorCharacter


splittingExpression

splittingExpression: RegExp

Defined in: packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts:10

Implementation of

NamingConvention.splittingExpression

Methods

transformPropertyName()

transformPropertyName(sourceNameParts): string

Defined in: packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts:12

Parameters

sourceNameParts

string[]

Returns

string

Implementation of

NamingConvention.transformPropertyName

Was this page helpful?