C# Class Simple.Data.NHibernateCache

Mostrar archivo Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
Get ( ) : NHibernate.Cfg.Configuration
NHibernateCache ( string file, Assembly asm ) : System
NHibernateCache ( string file, System.Guid id ) : System
Set ( NHibernate.Cfg.Configuration value ) : void

Method Details

Get() public method

public Get ( ) : NHibernate.Cfg.Configuration
return NHibernate.Cfg.Configuration

NHibernateCache() public method

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

NHibernateCache() public method

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

Set() public method

public Set ( NHibernate.Cfg.Configuration value ) : void
value NHibernate.Cfg.Configuration
return void