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

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

Méthodes publiques

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

Method Details

GetColumnName() public méthode

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

GetManyToOneForeignKeyColumnName() public méthode

public GetManyToOneForeignKeyColumnName ( 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