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

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

공개 메소드들

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

메소드 상세

GetManyToOneForeignKeyColumnName() 공개 메소드

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

GetTableName() 공개 메소드

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