C# Class LongoMatch.Services.ToolsManager

Inheritance: IProjectsImporter, IService
显示文件 Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

RegisterImporter() public method

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
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool

ToolsManager() public method

public ToolsManager ( ) : System
return System