C# 클래스 DfBAdminToolkit.Presenter.DevicesPresenter

상속: PresenterBase, IDevicesPresenter
파일 보기 프로젝트 열기: dropbox/DropboxBusinessAdminTool

공개 메소드들

메소드 설명
DevicesPresenter ( IDevicesModel model, IDevicesView view ) : DfBAdminToolkit.Common.Services
UpdateSettings ( ) : void

보호된 메소드들

메소드 설명
CleanUp ( ) : void
Initialize ( ) : void
UnWireViewEvents ( ) : void
WireViewEvents ( ) : void

비공개 메소드들

메소드 설명
DumpDevices ( IDevicesModel model, IMainPresenter presenter ) : void
GetDevices ( IDevicesModel model, IMainPresenter presenter ) : void
OnCommandDumpDevices ( object sender, EventArgs e ) : void
OnCommandGetDevices ( object sender, EventArgs e ) : void
OnDataChanged ( object sender, EventArgs e ) : void

메소드 상세

CleanUp() 보호된 메소드

protected CleanUp ( ) : void
리턴 void

DevicesPresenter() 공개 메소드

public DevicesPresenter ( IDevicesModel model, IDevicesView view ) : DfBAdminToolkit.Common.Services
model IDevicesModel
view IDevicesView
리턴 DfBAdminToolkit.Common.Services

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

UnWireViewEvents() 보호된 메소드

protected UnWireViewEvents ( ) : void
리턴 void

UpdateSettings() 공개 메소드

public UpdateSettings ( ) : void
리턴 void

WireViewEvents() 보호된 메소드

protected WireViewEvents ( ) : void
리턴 void