C# Class BeerConf.Infrastructure.NHibernate.NHibernateConfigurator.StoreConfiguration

Inheritance: FluentNHibernate.Automapping.DefaultAutomappingConfiguration
Afficher le fichier Open project: hazzik/beerconf-website

Méthodes publiques

Méthode Description
GetComponentColumnPrefix ( Domain.Entities.Member member ) : string
IsComponent ( Type type ) : bool
IsId ( Domain.Entities.Member member ) : bool
ShouldMap ( Type type ) : bool

Method Details

GetComponentColumnPrefix() public méthode

public GetComponentColumnPrefix ( Domain.Entities.Member member ) : string
member Domain.Entities.Member
Résultat string

IsComponent() public méthode

public IsComponent ( Type type ) : bool
type System.Type
Résultat bool

IsId() public méthode

public IsId ( Domain.Entities.Member member ) : bool
member Domain.Entities.Member
Résultat bool

ShouldMap() public méthode

public ShouldMap ( Type type ) : bool
type System.Type
Résultat bool