C# Class Machete.Data.Infrastructure.DatabaseFactory

Inheritance: Disposable, IDatabaseFactory
Afficher le fichier Open project: SavageLearning/Machete

Méthodes publiques

Méthode Description
DatabaseFactory ( ) : System
DatabaseFactory ( string connString ) : System
Get ( ) : MacheteContext

Méthodes protégées

Méthode Description
DisposeCore ( ) : void

Method Details

DatabaseFactory() public méthode

public DatabaseFactory ( ) : System
Résultat System

DatabaseFactory() public méthode

public DatabaseFactory ( string connString ) : System
connString string
Résultat System

DisposeCore() protected méthode

protected DisposeCore ( ) : void
Résultat void

Get() public méthode

public Get ( ) : MacheteContext
Résultat MacheteContext