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

Inheritance: FluentNHibernate.Automapping.DefaultAutomappingConfiguration
ファイルを表示 Open project: yellowfeather/SharpArchitecture-MultiTenant

Public Methods

Method 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 method

public AbstractClassIsLayerSupertype ( Type type ) : bool
type System.Type
return bool

IsId() public method

public IsId ( Member member ) : bool
member Member
return bool

IsMultiTenantEntity() public method

public IsMultiTenantEntity ( Type type ) : bool
type System.Type
return bool

ShouldMap() public method

public ShouldMap ( Member member ) : bool
member Member
return bool

ShouldMap() public method

public ShouldMap ( Type type ) : bool
type System.Type
return bool