C# Class UniversityChat.Register

Datei anzeigen Open project: jschefter/UniversityChat

Protected Properties

Property Type Description
ConfirmPasswordLabel global::System.Web.UI.WebControls.Label
EmailLabel global::System.Web.UI.WebControls.Label
FirstNameLabel global::System.Web.UI.WebControls.Label
HyperLink1 global::System.Web.UI.WebControls.HyperLink
InvalidMessage global::System.Web.UI.WebControls.Label
LastNameLabel global::System.Web.UI.WebControls.Label
LinkToIndex global::System.Web.UI.WebControls.HyperLink
PanelRegisterUser global::System.Web.UI.WebControls.Panel
PanelUserAuthenticated global::System.Web.UI.WebControls.Panel
PanelUserRegistered global::System.Web.UI.WebControls.Panel
PasswordLabel global::System.Web.UI.WebControls.Label
TextConfirmPassword global::System.Web.UI.WebControls.TextBox
TextEmail global::System.Web.UI.WebControls.TextBox
TextFirstName global::System.Web.UI.WebControls.TextBox
TextLastName global::System.Web.UI.WebControls.TextBox
TextPassword global::System.Web.UI.WebControls.TextBox
TextUsername global::System.Web.UI.WebControls.TextBox
UserExistsMessage global::System.Web.UI.WebControls.Label
Username global::System.Web.UI.WebControls.Label
UsernameLabel global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
CheckEmailAddress ( ) : bool
CheckFieldEmptyAndLength ( TextBox field, Label label ) : bool
CheckPasswords ( ) : bool
CheckUserName ( ) : bool
Page_Load ( 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

CheckPasswords() protected method

protected CheckPasswords ( ) : bool
return bool

CheckUserName() protected method

protected CheckUserName ( ) : bool
return bool

Page_Load() protected method

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

Property Details

ConfirmPasswordLabel protected_oe property

ConfirmPasswordLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ConfirmPasswordLabel
return global::System.Web.UI.WebControls.Label

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

FirstNameLabel protected_oe property

FirstNameLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label FirstNameLabel
return global::System.Web.UI.WebControls.Label

HyperLink1 protected_oe property

HyperLink1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink HyperLink1
return global::System.Web.UI.WebControls.HyperLink

InvalidMessage protected_oe property

InvalidMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label InvalidMessage
return global::System.Web.UI.WebControls.Label

LastNameLabel protected_oe property

LastNameLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LastNameLabel
return global::System.Web.UI.WebControls.Label

LinkToIndex protected_oe property

LinkToIndex control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink LinkToIndex
return global::System.Web.UI.WebControls.HyperLink

PanelRegisterUser protected_oe property

PanelRegisterUser control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelRegisterUser
return global::System.Web.UI.WebControls.Panel

PanelUserAuthenticated protected_oe property

PanelUserAuthenticated control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelUserAuthenticated
return global::System.Web.UI.WebControls.Panel

PanelUserRegistered protected_oe property

PanelUserRegistered control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelUserRegistered
return global::System.Web.UI.WebControls.Panel

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

TextConfirmPassword protected_oe property

TextConfirmPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextConfirmPassword
return global::System.Web.UI.WebControls.TextBox

TextEmail protected_oe property

TextEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextEmail
return global::System.Web.UI.WebControls.TextBox

TextFirstName protected_oe property

TextFirstName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextFirstName
return global::System.Web.UI.WebControls.TextBox

TextLastName protected_oe property

TextLastName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextLastName
return global::System.Web.UI.WebControls.TextBox

TextPassword protected_oe property

TextPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextPassword
return global::System.Web.UI.WebControls.TextBox

TextUsername protected_oe property

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

UserExistsMessage protected_oe property

UserExistsMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label UserExistsMessage
return global::System.Web.UI.WebControls.Label

Username protected_oe property

Username control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Username
return global::System.Web.UI.WebControls.Label

UsernameLabel protected_oe property

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