C# 클래스 UmbCodeGen.CodeGen.Naming

파일 보기 프로젝트 열기: pdebacker/UmbCodeGen

공개 메소드들

메소드 설명
IdentifierName ( string alias ) : string
PascalCase ( string identifier ) : string
PropertyName ( string alias, string className ) : string

비공개 메소드들

메소드 설명
IsAllowedIdentifierChar ( char character ) : bool
StarsWithIllegalChar ( string identifierName ) : bool
StripType ( string propertyName, string type ) : string
StripTypes ( string propertyName ) : string

Strip a type idetification from the property name.

메소드 상세

IdentifierName() 공개 정적인 메소드

public static IdentifierName ( string alias ) : string
alias string
리턴 string

PascalCase() 공개 정적인 메소드

public static PascalCase ( string identifier ) : string
identifier string
리턴 string

PropertyName() 공개 정적인 메소드

public static PropertyName ( string alias, string className ) : string
alias string
className string
리턴 string