C# Class Gbdx.FormConfiguration

Show file Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

Method Details

Dispose() protected method

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

FormConfiguration() public method

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

FormConfiguration() public method

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