C# Class DbDictExport.Core.Codes.AbstractKdCodeFactory

Afficher le fichier Open project: NeilQ/DbDictExport

Méthodes publiques

Méthode Description
GenerateCodes ( ) : StringBuilder
ToCamelCase ( string value ) : string

Convert to camel case.

ToPascalCase ( string value ) : string

Convert value to Pascal case.

Méthodes protégées

Méthode Description
GetIndentStr ( int indent ) : string
MapCSharpType ( string dbtype ) : string

Private Methods

Méthode Description
IsSeparatorChar ( char value ) : bool
NoLowerCase ( string value ) : bool

Method Details

GenerateCodes() public abstract méthode

public abstract GenerateCodes ( ) : StringBuilder
Résultat StringBuilder

GetIndentStr() protected méthode

protected GetIndentStr ( int indent ) : string
indent int
Résultat string

MapCSharpType() protected méthode

protected MapCSharpType ( string dbtype ) : string
dbtype string
Résultat string

ToCamelCase() public static méthode

Convert to camel case.
public static ToCamelCase ( string value ) : string
value string
Résultat string

ToPascalCase() public static méthode

Convert value to Pascal case.
public static ToPascalCase ( string value ) : string
value string
Résultat string