C# Class LongoMatch.Services.ToolsManager

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

Méthodes publiques

Méthode Description
RegisterImporter ( Func importFunction, string description, string filterName, string extensions, bool needsEdition, bool canOverwrite ) : void
Start ( ) : bool
Stop ( ) : bool
ToolsManager ( ) : System

Private Methods

Méthode Description
ChooseImporter ( IEnumerable importers ) : ProjectImporter
ExportProject ( ExportProjectEvent e ) : void
HandleMigrateDB ( MigrateDBEvent e ) : void
ImportProject ( ImportProjectEvent e ) : void

Method Details

RegisterImporter() public méthode

public RegisterImporter ( Func importFunction, string description, string filterName, string extensions, bool needsEdition, bool canOverwrite ) : void
importFunction Func
description string
filterName string
extensions string
needsEdition bool
canOverwrite bool
Résultat void

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool

ToolsManager() public méthode

public ToolsManager ( ) : System
Résultat System