C# Класс UniversityChat.ForgetPassword

Показать файл Открыть проект

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

Свойство Тип Описание
TextUsername global::System.Web.UI.WebControls.TextBox
UsernameLabel global::System.Web.UI.WebControls.Label
buttonSubmit global::System.Web.UI.WebControls.Button
resultLabel global::System.Web.UI.WebControls.Label

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

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

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

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

protected CheckUserName ( ) : bool
Результат bool

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

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

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

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

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

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

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

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

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

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

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

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

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