C# Класс UniversityChat.UserProfile

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

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

Свойство Тип Описание
adminLink global::System.Web.UI.WebControls.LinkButton
emailBox global::System.Web.UI.WebControls.TextBox
emailLabel global::System.Web.UI.WebControls.Label
nickNameBox global::System.Web.UI.WebControls.TextBox
nickNameLabel global::System.Web.UI.WebControls.Label
oldPasswordBox global::System.Web.UI.WebControls.TextBox
oldPasswordLabel global::System.Web.UI.WebControls.Label
passwordBox global::System.Web.UI.WebControls.TextBox
passwordConfirmBox global::System.Web.UI.WebControls.TextBox
passwordConfirmLabel global::System.Web.UI.WebControls.Label
passwordLabel global::System.Web.UI.WebControls.Label
resultLabel global::System.Web.UI.WebControls.Label
submitButton global::System.Web.UI.WebControls.Button

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

Метод Описание
CheckEmailAddress ( ) : bool
CheckFieldEmptyAndLength ( TextBox field, Label label ) : bool
CheckNickName ( ) : bool
CheckPasswords ( ) : bool
Page_Load ( object sender, EventArgs e ) : void
adminLink_Click ( object sender, EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

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

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

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

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

protected CheckFieldEmptyAndLength ( TextBox field, Label label ) : bool
field TextBox
label Label
Результат bool

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

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

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

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

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

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

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

protected adminLink_Click ( 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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