C# Class DeploymentTracker.IWARM_ReportScreens.ServiceConfigViewer

Mostrar archivo Open project: RyanTBerry/WindowsAzureDeploymentTracker

Public Methods

Method Description
ServiceConfigViewer ( string configurationPath ) : System

Initializes a new instance of the ServiceConfigViewer class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

ServiceConfigViewer() public method

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