C# 클래스 DeploymentTracker.App.Windows.ServiceConfigViewer

파일 보기 프로젝트 열기: RyanTBerry/WindowsAzureDeploymentTracker 1 사용 예제들

공개 메소드들

메소드 설명
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