C# 클래스 Simple.Data.NHibernateCache

파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
Get ( ) : NHibernate.Cfg.Configuration
NHibernateCache ( string file, Assembly asm ) : System
NHibernateCache ( string file, System.Guid id ) : System
Set ( NHibernate.Cfg.Configuration value ) : void

메소드 상세

Get() 공개 메소드

public Get ( ) : NHibernate.Cfg.Configuration
리턴 NHibernate.Cfg.Configuration

NHibernateCache() 공개 메소드

public NHibernateCache ( string file, Assembly asm ) : System
file string
asm System.Reflection.Assembly
리턴 System

NHibernateCache() 공개 메소드

public NHibernateCache ( string file, System.Guid id ) : System
file string
id System.Guid
리턴 System

Set() 공개 메소드

public Set ( NHibernate.Cfg.Configuration value ) : void
value NHibernate.Cfg.Configuration
리턴 void