C# Class CraftAndDesignCouncil.Infrastructure.NHibernateMaps.AutomappingConfiguration

Inheritance: FluentNHibernate.Automapping.DefaultAutomappingConfiguration
显示文件 Open project: endjin/dev4good

Public Methods

Method Description
AbstractClassIsLayerSupertype ( System type ) : bool
IsId ( Member member ) : bool
ShouldMap ( Member member ) : bool
ShouldMap ( System type ) : bool

Method Details

AbstractClassIsLayerSupertype() public method

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

IsId() public method

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

ShouldMap() public method

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

ShouldMap() public method

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