C# Class Rainy.Db.DbStorageFactory

Mostra file Open project: Dynalon/Rainy Class Usage Examples

Protected Properties

Property Type Description
connFactory IDbConnectionFactory
useEncryption bool
useHistory bool

Public Methods

Method Description
DbStorageFactory ( IDbConnectionFactory conn_factory, bool use_encryption, bool use_history ) : System
GetDbStorage ( IUser user ) : DbStorage

Method Details

DbStorageFactory() public method

public DbStorageFactory ( IDbConnectionFactory conn_factory, bool use_encryption, bool use_history ) : System
conn_factory IDbConnectionFactory
use_encryption bool
use_history bool
return System

GetDbStorage() public method

public GetDbStorage ( IUser user ) : DbStorage
user IUser
return DbStorage

Property Details

connFactory protected_oe property

protected IDbConnectionFactory connFactory
return IDbConnectionFactory

useEncryption protected_oe property

protected bool useEncryption
return bool

useHistory protected_oe property

protected bool useHistory
return bool