C# Class WeenyMapper.Specs.TestClasses.Conventions.BlogConvention

Inheritance: WeenyMapper.Conventions.DefaultConvention
显示文件 Open project: erikojebo/WeenyMapper

Public Methods

Method Description
GetManyToOneForeignKeyColumnName ( PropertyInfo propertyInfo ) : string
GetTableName ( Type entityType ) : string

Method Details

GetManyToOneForeignKeyColumnName() public method

public GetManyToOneForeignKeyColumnName ( PropertyInfo propertyInfo ) : string
propertyInfo System.Reflection.PropertyInfo
return string

GetTableName() public method

public GetTableName ( Type entityType ) : string
entityType Type
return string