C# Class Gbdx.FormConfiguration

Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

FormConfiguration() public méthode

Initializes a new instance of the FormConfiguration class.
public FormConfiguration ( ) : System
Résultat System

FormConfiguration() public méthode

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