C# Class CraftAndDesignCouncil.Web.Mvc.CastleWindsor.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