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

Inheritance: WeenyMapper.Conventions.DefaultConvention
Afficher le fichier Open project: erikojebo/WeenyMapper

Méthodes publiques

Méthode Description
GetTableName ( Type entityType ) : string
ShouldMapProperty ( PropertyInfo propertyInfo ) : bool

Method Details

GetTableName() public méthode

public GetTableName ( Type entityType ) : string
entityType System.Type
Résultat string

ShouldMapProperty() public méthode

public ShouldMapProperty ( PropertyInfo propertyInfo ) : bool
propertyInfo System.Reflection.PropertyInfo
Résultat bool