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

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

Méthodes publiques

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

Method Details

GetColumnName() public méthode

public GetColumnName ( PropertyInfo propertyInfo ) : string
propertyInfo System.Reflection.PropertyInfo
Résultat string

GetTableName() public méthode

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

IsIdProperty() public méthode

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