C# 클래스 DfBAdminToolkit.Presenter.LegalPresenter

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

공개 메소드들

메소드 설명
LegalPresenter ( ILegalModel model, ILegalView view ) : DfBAdminToolkit.Common.Utils

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnCommandAccept ( object sender, System e ) : void
OnCommandDecline ( object sender, System e ) : void
OnDataChanged ( object sender, System e ) : void

메소드 상세

CleanUp() 보호된 메소드

protected CleanUp ( ) : void
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

LegalPresenter() 공개 메소드

public LegalPresenter ( ILegalModel model, ILegalView view ) : DfBAdminToolkit.Common.Utils
model ILegalModel
view ILegalView
리턴 DfBAdminToolkit.Common.Utils

UnWireViewEvents() 보호된 메소드

protected UnWireViewEvents ( ) : void
리턴 void

WireViewEvents() 보호된 메소드

protected WireViewEvents ( ) : void
리턴 void