C# 클래스 MvcExtensions.Services.Impl.FluentNHibernate.Database

상속: IUnitOfWorkFactory
파일 보기 프로젝트 열기: ToJans/MVCExtensions 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
LocalSession ISession
SessionFactory ISessionFactory

보호된 메소드들

메소드 설명
Database ( IPersistenceConfigurer pcfg, IDomainDefinition mappings ) : System
IsConcreteBaseType ( Type t ) : bool

메소드 상세

Database() 보호된 메소드

protected Database ( IPersistenceConfigurer pcfg, IDomainDefinition mappings ) : System
pcfg IPersistenceConfigurer
mappings IDomainDefinition
리턴 System

IsConcreteBaseType() 보호된 메소드

protected IsConcreteBaseType ( Type t ) : bool
t System.Type
리턴 bool

프로퍼티 상세

LocalSession 보호되어 있는 프로퍼티

protected ISession LocalSession
리턴 ISession

SessionFactory 보호되어 있는 프로퍼티

protected ISessionFactory SessionFactory
리턴 ISessionFactory