C# Class DeploymentTracker.IWARM_ReportScreens.ServiceConfigViewer

Afficher le fichier Open project: RyanTBerry/WindowsAzureDeploymentTracker

Méthodes publiques

Méthode Description
ServiceConfigViewer ( string configurationPath ) : System

Initializes a new instance of the ServiceConfigViewer class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BindCertificateGrid ( ) : void

Binds the certificate grid.

BindRolesGrid ( ) : void

Binds the roles grid.

BindSettingsGrid ( ) : void

Binds the settings grid.

BtnAcceptSettings_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnAcceptSettings control.

ConfigBuilder_Load ( object sender, EventArgs e ) : void

Handles the Load event of the ConfigBuilder control.

DgvCertificates_CellClick ( object sender, DataGridViewCellEventArgs e ) : void

Handles the CellClick event of the dgvCertificates control.

DgvCertificates_CellEndEdit ( object sender, DataGridViewCellEventArgs e ) : void

Handles the CellEndEdit event of the dgvCertificates control.

DgvCertificates_CellValidating ( object sender, DataGridViewCellValidatingEventArgs e ) : void

Handles the CellValidating event of the dgvCertificates control.

DgvRoleSettings_CellClick ( object sender, DataGridViewCellEventArgs e ) : void

Handles the CellClick event of the dgvRoleSettings control.

DgvRoleSettings_CellEndEdit ( object sender, DataGridViewCellEventArgs e ) : void

Handles the CellEndEdit event of the dgvRoleSettings control.

DgvRoleSettings_CellValidating ( object sender, DataGridViewCellValidatingEventArgs e ) : void

Handles the CellValidating event of the dgvRoleSettings control.

InitializeComponent ( ) : void

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

ListboxRoles_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the listboxRoles control.

LoadConfigLevelSettings ( ) : void

Loads the config level settings.

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

ServiceConfigViewer() public méthode

Initializes a new instance of the ServiceConfigViewer class.
public ServiceConfigViewer ( string configurationPath ) : System
configurationPath string The configuration path.
Résultat System