C# Class Neddle.Data.Sql.Configuration.SessionConfiguration

Domain entity auto-mapping configuration.
Inheritance: FluentNHibernate.Automapping.DefaultAutomappingConfiguration
Datei anzeigen Open project: kcargile/neddle

Private Properties

Property Type Description

Public Methods

Method Description
ShouldMap ( Type type ) : bool

Determines if the specified type should be automatically mapped.

Method Details

ShouldMap() public method

Determines if the specified type should be automatically mapped.
public ShouldMap ( Type type ) : bool
type System.Type The type.
return bool