C# Класс DeploymentTracker.App.Windows.ServiceConfigViewer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ServiceConfigViewer ( string configurationPath ) : System

Initializes a new instance of the ServiceConfigViewer class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

txtInstanceRoleCount_TextChanged ( object sender, EventArgs e ) : void

Handles the TextChanged event of the txtInstanceRoleCount control.

txtOsfamily_TextChanged ( object sender, EventArgs e ) : void

Handles the TextChanged event of the txtOsfamily control.

txtOsversion_TextChanged ( object sender, EventArgs e ) : void

Handles the TextChanged event of the txtOsversion control.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ServiceConfigViewer() публичный Метод

Initializes a new instance of the ServiceConfigViewer class.
public ServiceConfigViewer ( string configurationPath ) : System
configurationPath string The configuration path.
Результат System