C# 클래스 Gbdx.FormConfiguration

파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI 1 사용 예제들

공개 메소드들

메소드 설명
FormConfiguration ( ) : System

Initializes a new instance of the FormConfiguration class.

FormConfiguration ( bool isUnitTest ) : System

Initializes a new instance of the FormConfiguration class for use in unit tests.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ApiKeyRichTextBoxLinkClicked ( object sender, LinkClickedEventArgs e ) : void

Event handler for when the link in the

ApiKeyRichTextBoxLostFocus ( object sender, EventArgs e ) : void
ApiKeyRichTextBoxTextChanged ( object sender, EventArgs e ) : void
BrowseButtonClick ( object sender, EventArgs e ) : void

Event handler for when the browse button is clicked

ButtonOkClick ( object sender, EventArgs e ) : void

Event handler for when the OK button is clicked.

ButtonTestClick ( object sender, EventArgs e ) : void

Event handler for when the test button is clicked

CancelButtonClick ( object sender, EventArgs e ) : void

Event handler for when the cancel button is clicked.

CheckBoxUseDevCheckedChanged ( object sender, EventArgs e ) : void

Event handler for when the use DEV check box is checked.

InitializeComponent ( ) : void

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

TextBoxUrlTextChanged ( object sender, EventArgs e ) : void

Event handler for when text in the URL text box changes.

메소드 상세

Dispose() 보호된 메소드

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

FormConfiguration() 공개 메소드

Initializes a new instance of the FormConfiguration class.
public FormConfiguration ( ) : System
리턴 System

FormConfiguration() 공개 메소드

Initializes a new instance of the FormConfiguration class for use in unit tests.
public FormConfiguration ( bool isUnitTest ) : System
isUnitTest bool /// The is unit test. ///
리턴 System