C# Класс JenkinsTransport.ConfigurationForm

Наследование: System.Windows.Forms.Form, IForm
Показать файл Открыть проект

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

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

Gets the password from the form

GetServer ( ) : string

Gets the server name from the form

GetUsername ( ) : string

Gets the username from the form

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

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

Clean up any resources being used.

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

Метод Описание
InitializeComponent ( ) : void

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

IsValidServer ( string server ) : bool
ServerTextBox_Validated ( object sender, EventArgs e ) : void
ServerTextBox_Validating ( object sender, CancelEventArgs e ) : void

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

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

public ConfigurationForm ( ) : System
Результат System

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

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

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

Gets the password from the form
public GetPassword ( ) : string
Результат string

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

Gets the server name from the form
public GetServer ( ) : string
Результат string

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

Gets the username from the form
public GetUsername ( ) : string
Результат string