C# 클래스 Example.Project.Tools.Conventions

상속: ITableConventions
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
ConcreteTypeFor ( DbOneToMany fk ) : string
Conventions ( ) : System
Conventions ( IPluralizer pluralizer ) : System
NameFor ( DbColumn column ) : string
NameFor ( DbManyToOne fk ) : string
NameFor ( DbOneToMany fk ) : string
NameFor ( DbTableName table ) : string
Pluralize ( string entity ) : string
TypeFor ( DbColumn column ) : string
TypeFor ( DbManyToOne fk ) : string
TypeFor ( DbOneToMany fk ) : string

메소드 상세

ConcreteTypeFor() 공개 메소드

public ConcreteTypeFor ( DbOneToMany fk ) : string
fk Simple.Metadata.DbOneToMany
리턴 string

Conventions() 공개 메소드

public Conventions ( ) : System
리턴 System

Conventions() 공개 메소드

public Conventions ( IPluralizer pluralizer ) : System
pluralizer IPluralizer
리턴 System

NameFor() 공개 메소드

public NameFor ( DbColumn column ) : string
column Simple.Metadata.DbColumn
리턴 string

NameFor() 공개 메소드

public NameFor ( DbManyToOne fk ) : string
fk Simple.Metadata.DbManyToOne
리턴 string

NameFor() 공개 메소드

public NameFor ( DbOneToMany fk ) : string
fk Simple.Metadata.DbOneToMany
리턴 string

NameFor() 공개 메소드

public NameFor ( DbTableName table ) : string
table Simple.Metadata.DbTableName
리턴 string

Pluralize() 공개 메소드

public Pluralize ( string entity ) : string
entity string
리턴 string

TypeFor() 공개 메소드

public TypeFor ( DbColumn column ) : string
column Simple.Metadata.DbColumn
리턴 string

TypeFor() 공개 메소드

public TypeFor ( DbManyToOne fk ) : string
fk Simple.Metadata.DbManyToOne
리턴 string

TypeFor() 공개 메소드

public TypeFor ( DbOneToMany fk ) : string
fk Simple.Metadata.DbOneToMany
리턴 string