C# Class WeenyMapper.Docs.Samples.ShoppingCartConvention

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

Méthodes publiques

Méthode Description
GetColumnName ( PropertyInfo propertyInfo ) : string
GetTableName ( Type entityType ) : string
HasIdentityId ( Type entityType ) : bool
IsIdProperty ( PropertyInfo propertyInfo ) : bool
ShouldMapProperty ( 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

HasIdentityId() public méthode

public HasIdentityId ( Type entityType ) : bool
entityType System.Type
Résultat bool

IsIdProperty() public méthode

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

ShouldMapProperty() public méthode

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