C# Класс FITKMS.Login

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
errorLabel global::System.Web.UI.WebControls.Label
error_label global::System.Web.UI.HtmlControls.HtmlGenericControl
loginSubmit global::System.Web.UI.WebControls.Button
passwordInput global::System.Web.UI.WebControls.TextBox
usernameInput global::System.Web.UI.WebControls.TextBox

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

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
loginSubmit_Click ( object sender, EventArgs e ) : void

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

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

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

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

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

protected loginSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

errorLabel защищенное свойство

errorLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label errorLabel
Результат global::System.Web.UI.WebControls.Label

error_label защищенное свойство

error_label control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl error_label
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

loginSubmit защищенное свойство

loginSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button loginSubmit
Результат global::System.Web.UI.WebControls.Button

passwordInput защищенное свойство

passwordInput control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox passwordInput
Результат global::System.Web.UI.WebControls.TextBox

usernameInput защищенное свойство

usernameInput control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox usernameInput
Результат global::System.Web.UI.WebControls.TextBox