C# Class LongoMatch.Services.DataBaseManager

Inheritance: IService
Mostrar archivo Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
CreateStorageManager ( string storageDir ) : IStorageManager

Creates a new storage manager.

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

Private Methods

Method Description
HandleManageDatabase ( ManageDatabasesEvent e ) : void
HandleOpenedProjectChanged ( OpenedProjectEvent e ) : void

Method Details

CreateStorageManager() public static method

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

DataBaseManager() public method

public DataBaseManager ( ) : System
return System

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool