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

상속: WeenyMapper.Conventions.DefaultConvention
파일 보기 프로젝트 열기: erikojebo/WeenyMapper 1 사용 예제들

공개 메소드들

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

메소드 상세

GetColumnName() 공개 메소드

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

GetTableName() 공개 메소드

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

IsIdProperty() 공개 메소드

public IsIdProperty ( PropertyInfo propertyInfo ) : bool
propertyInfo System.Reflection.PropertyInfo
리턴 bool