C# 클래스 NLite.Data.CodeGeneration.DefaultNamingConversion

상속: INamingConversion
파일 보기 프로젝트 열기: netcasewqs/elinq

공개 메소드들

메소드 설명
ClassName ( string tableName ) : string
DataType ( Schema col ) : string
FieldName ( string columnName ) : string
ManyToOneName ( Schema fk ) : string
PropertyName ( string columnName ) : string
QueryableName ( string tableName ) : string

보호된 메소드들

메소드 설명
MemberName ( string columnName ) : string

메소드 상세

ClassName() 공개 메소드

public ClassName ( string tableName ) : string
tableName string
리턴 string

DataType() 공개 메소드

public DataType ( Schema col ) : string
col Schema
리턴 string

FieldName() 공개 메소드

public FieldName ( string columnName ) : string
columnName string
리턴 string

ManyToOneName() 공개 메소드

public ManyToOneName ( Schema fk ) : string
fk Schema
리턴 string

MemberName() 보호된 메소드

protected MemberName ( string columnName ) : string
columnName string
리턴 string

PropertyName() 공개 메소드

public PropertyName ( string columnName ) : string
columnName string
리턴 string

QueryableName() 공개 메소드

public QueryableName ( string tableName ) : string
tableName string
리턴 string