C# 클래스 MS.OSM.Querys.OSM2DB.Controller.MainController

파일 보기 프로젝트 열기: diogofdsilva/MS-OSM-Querys

공개 메소드들

메소드 설명
Clear ( ) : void
LoadOSMFile ( string path, List filters, Action continuation ) : void
LoadOSMToDatabase ( Action continuation ) : void
MainController ( ) : System

비공개 메소드들

메소드 설명
RefreshModel ( ) : void
TimerRefreshElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

LoadOSMFile() 공개 메소드

public LoadOSMFile ( string path, List filters, Action continuation ) : void
path string
filters List
continuation Action
리턴 void

LoadOSMToDatabase() 공개 메소드

public LoadOSMToDatabase ( Action continuation ) : void
continuation Action
리턴 void

MainController() 공개 메소드

public MainController ( ) : System
리턴 System