C# Class LongoMatch.Services.DataBaseManager

Inheritance: IService
Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
CreateStorageManager ( string storageDir ) : IStorageManager

Creates a new storage manager.

DataBaseManager ( ) : System
Start ( ) : bool
Stop ( ) : bool

Private Methods

Méthode Description
HandleManageDatabase ( ManageDatabasesEvent e ) : void
HandleOpenedProjectChanged ( OpenedProjectEvent e ) : void

Method Details

CreateStorageManager() public static méthode

Creates a new storage manager.
public static CreateStorageManager ( string storageDir ) : IStorageManager
storageDir string The directory used for the storages.
Résultat IStorageManager

DataBaseManager() public méthode

public DataBaseManager ( ) : System
Résultat System

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool