C# 클래스 DbDictExport.Core.Codes.AbstractKdCodeFactory

파일 보기 프로젝트 열기: NeilQ/DbDictExport

공개 메소드들

메소드 설명
GenerateCodes ( ) : StringBuilder
ToCamelCase ( string value ) : string

Convert to camel case.

ToPascalCase ( string value ) : string

Convert value to Pascal case.

보호된 메소드들

메소드 설명
GetIndentStr ( int indent ) : string
MapCSharpType ( string dbtype ) : string

비공개 메소드들

메소드 설명
IsSeparatorChar ( char value ) : bool
NoLowerCase ( string value ) : bool

메소드 상세

GenerateCodes() 공개 추상적인 메소드

public abstract GenerateCodes ( ) : StringBuilder
리턴 StringBuilder

GetIndentStr() 보호된 메소드

protected GetIndentStr ( int indent ) : string
indent int
리턴 string

MapCSharpType() 보호된 메소드

protected MapCSharpType ( string dbtype ) : string
dbtype string
리턴 string

ToCamelCase() 공개 정적인 메소드

Convert to camel case.
public static ToCamelCase ( string value ) : string
value string
리턴 string

ToPascalCase() 공개 정적인 메소드

Convert value to Pascal case.
public static ToPascalCase ( string value ) : string
value string
리턴 string