C# 클래스 DfBAdminToolkit.View.SettingsView

상속: FormEx, ISettingsView
파일 보기 프로젝트 열기: dropbox/DropboxBusinessAdminTool 1 사용 예제들

공개 메소드들

메소드 설명
HideView ( ) : void
Initialize ( ) : void
LoadSettingValues ( ) : void
SettingsView ( ) : DfBAdminToolkit.Common.Component
ShowView ( ) : void
ShowView ( IWin32Window owner ) : void
UnWireComponentEvents ( ) : void
UpdateSettingValues ( ) : void
WireComponentEvents ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
ButtonEx_SettingsCancel_Click ( object sender, EventArgs e ) : void
ButtonEx_SettingsSave_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

HideView() 공개 메소드

public HideView ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoadSettingValues() 공개 메소드

public LoadSettingValues ( ) : void
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

SettingsView() 공개 메소드

public SettingsView ( ) : DfBAdminToolkit.Common.Component
리턴 DfBAdminToolkit.Common.Component

ShowView() 공개 메소드

public ShowView ( ) : void
리턴 void

ShowView() 공개 메소드

public ShowView ( IWin32Window owner ) : void
owner IWin32Window
리턴 void

UnWireComponentEvents() 공개 메소드

public UnWireComponentEvents ( ) : void
리턴 void

UpdateSettingValues() 공개 메소드

public UpdateSettingValues ( ) : void
리턴 void

WireComponentEvents() 공개 메소드

public WireComponentEvents ( ) : void
리턴 void