C# Class MS.OSM.Querys.OSM2DB.Controller.MainController

Afficher le fichier Open project: diogofdsilva/MS-OSM-Querys

Méthodes publiques

Méthode Description
Clear ( ) : void
LoadOSMFile ( string path, List filters, Action continuation ) : void
LoadOSMToDatabase ( Action continuation ) : void
MainController ( ) : System

Private Methods

Méthode Description
RefreshModel ( ) : void
TimerRefreshElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

LoadOSMFile() public méthode

public LoadOSMFile ( string path, List filters, Action continuation ) : void
path string
filters List
continuation Action
Résultat void

LoadOSMToDatabase() public méthode

public LoadOSMToDatabase ( Action continuation ) : void
continuation Action
Résultat void

MainController() public méthode

public MainController ( ) : System
Résultat System