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

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

Public Methods

Method Description
GetTableName ( Type entityType ) : string
ShouldMapProperty ( PropertyInfo propertyInfo ) : bool

Method Details

GetTableName() public method

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

ShouldMapProperty() public method

public ShouldMapProperty ( PropertyInfo propertyInfo ) : bool
propertyInfo System.Reflection.PropertyInfo
return bool