C# Class UniversityChat.UserProfile

Datei anzeigen Open project: jschefter/UniversityChat

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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

Method Details

CheckEmailAddress() protected method

protected CheckEmailAddress ( ) : bool
return bool

CheckFieldEmptyAndLength() protected method

protected CheckFieldEmptyAndLength ( TextBox field, Label label ) : bool
field TextBox
label Label
return bool

CheckNickName() protected method

protected CheckNickName ( ) : bool
return bool

CheckPasswords() protected method

protected CheckPasswords ( ) : bool
return bool

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

adminLink_Click() protected method

protected adminLink_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSubmit_Click() protected method

protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

adminLink protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

emailBox protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

emailLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

nickNameBox protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

nickNameLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

oldPasswordBox protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

oldPasswordLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

passwordBox protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

passwordConfirmBox protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

passwordConfirmLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

passwordLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

resultLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

submitButton protected_oe property

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
return global::System.Web.UI.WebControls.Button