C# 클래스 WeenyMapper.Specs.TestClasses.Conventions.UpperCaseConvention

상속: WeenyMapper.Conventions.DefaultConvention
파일 보기 프로젝트 열기: erikojebo/WeenyMapper

공개 메소드들

메소드 설명
GetColumnName ( PropertyInfo propertyInfo ) : string
GetManyToOneForeignKeyColumnName ( PropertyInfo propertyInfo ) : string
GetTableName ( Type entityType ) : string

메소드 상세

GetColumnName() 공개 메소드

public GetColumnName ( PropertyInfo propertyInfo ) : string
propertyInfo System.Reflection.PropertyInfo
리턴 string

GetManyToOneForeignKeyColumnName() 공개 메소드

public GetManyToOneForeignKeyColumnName ( PropertyInfo propertyInfo ) : string
propertyInfo System.Reflection.PropertyInfo
리턴 string

GetTableName() 공개 메소드

public GetTableName ( Type entityType ) : string
entityType System.Type
리턴 string