C# 클래스 Neddle.Data.Sql.Configuration.SessionConfiguration

Domain entity auto-mapping configuration.
상속: FluentNHibernate.Automapping.DefaultAutomappingConfiguration
파일 보기 프로젝트 열기: kcargile/neddle

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ShouldMap ( Type type ) : bool

Determines if the specified type should be automatically mapped.

메소드 상세

ShouldMap() 공개 메소드

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