C# Class Zephyr.Data.NHib.FrameworkMappingConfiguration

Inheritance: FluentNHibernate.Automapping.DefaultAutomappingConfiguration
显示文件 Open project: marufbd/Zephyr.NET

Public Methods

Method Description
AbstractClassIsLayerSupertype ( Type type ) : bool
IsId ( Member member ) : 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

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