C# Class Rainy.Db.DbStorageFactory

Afficher le fichier Open project: Dynalon/Rainy Class Usage Examples

Protected Properties

Свойство Type Description
connFactory IDbConnectionFactory
useEncryption bool
useHistory bool

Méthodes publiques

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

Method Details

DbStorageFactory() public méthode

public DbStorageFactory ( IDbConnectionFactory conn_factory, bool use_encryption, bool use_history ) : System
conn_factory IDbConnectionFactory
use_encryption bool
use_history bool
Résultat System

GetDbStorage() public méthode

public GetDbStorage ( IUser user ) : DbStorage
user IUser
Résultat DbStorage

Property Details

connFactory protected_oe property

protected IDbConnectionFactory connFactory
Résultat IDbConnectionFactory

useEncryption protected_oe property

protected bool useEncryption
Résultat bool

useHistory protected_oe property

protected bool useHistory
Résultat bool