C# Class SharpArchitecture.MultiTenant.Data.NHibernateMaps.AutomappingConfiguration

Inheritance: FluentNHibernate.Automapping.DefaultAutomappingConfiguration
Afficher le fichier Open project: yellowfeather/SharpArchitecture-MultiTenant

Méthodes publiques

Méthode Description
AbstractClassIsLayerSupertype ( Type type ) : bool
IsId ( Member member ) : bool
IsMultiTenantEntity ( Type type ) : bool
ShouldMap ( Member member ) : bool
ShouldMap ( Type type ) : bool

Method Details

AbstractClassIsLayerSupertype() public méthode

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

IsId() public méthode

public IsId ( Member member ) : bool
member Member
Résultat bool

IsMultiTenantEntity() public méthode

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

ShouldMap() public méthode

public ShouldMap ( Member member ) : bool
member Member
Résultat bool

ShouldMap() public méthode

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