C# Класс ScrewTurn.Wiki.Login

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

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

Свойство Тип Описание
btnLogin global::System.Web.UI.WebControls.Button
btnLogout global::System.Web.UI.WebControls.Button
btnResetPassword global::System.Web.UI.WebControls.Button
btnSaveNewPassword global::System.Web.UI.WebControls.Button
chkRemember global::System.Web.UI.WebControls.CheckBox
cvNewPasswords global::System.Web.UI.WebControls.CustomValidator
lblDescription global::System.Web.UI.WebControls.Literal
lblEmailReset global::System.Web.UI.WebControls.Literal
lblLogout global::System.Web.UI.WebControls.Literal
lblLostPassword global::System.Web.UI.WebControls.Literal
lblNewPassword1 global::System.Web.UI.WebControls.Literal
lblNewPassword2 global::System.Web.UI.WebControls.Literal
lblOr global::System.Web.UI.WebControls.Literal
lblPassword global::System.Web.UI.WebControls.Literal
lblResetPassword global::System.Web.UI.WebControls.Literal
lblResetPassword2 global::System.Web.UI.WebControls.Literal
lblResetPassword2Info global::System.Web.UI.WebControls.Literal
lblResetPasswordInformation global::System.Web.UI.WebControls.Literal
lblResult global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Literal
lblUsername global::System.Web.UI.WebControls.Literal
lblUsernameReset global::System.Web.UI.WebControls.Literal
mlvLogin global::System.Web.UI.WebControls.MultiView
rfvNewPassword1 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvNewPassword2 global::System.Web.UI.WebControls.RequiredFieldValidator
rxNewPassword1 global::System.Web.UI.WebControls.RegularExpressionValidator
rxNewPassword2 global::System.Web.UI.WebControls.RegularExpressionValidator
txtEmailReset global::System.Web.UI.WebControls.TextBox
txtNewPassword1 global::System.Web.UI.WebControls.TextBox
txtNewPassword2 global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox
txtUsername global::System.Web.UI.WebControls.TextBox
txtUsernameReset global::System.Web.UI.WebControls.TextBox
viwLogin global::System.Web.UI.WebControls.View
viwLogout global::System.Web.UI.WebControls.View
viwResetPassword global::System.Web.UI.WebControls.View
viwResetPassword2 global::System.Web.UI.WebControls.View

Открытые методы

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

Prints the login notice.

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

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnLogin_Click ( object sender, EventArgs e ) : void
btnLogout_Click ( object sender, EventArgs e ) : void
btnResetPassword_Click ( object sender, EventArgs e ) : void
btnSaveNewPassword_Click ( object sender, EventArgs e ) : void
cvNewPasswords_ServerValidate ( object sender, ServerValidateEventArgs e ) : void

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

Метод Описание
LoadUserForPasswordReset ( ) : UserInfo

Loads the user for the password reset procedure.

Logout ( ) : void

Performs the logout.

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

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

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

PrintLoginNotice() публичный Метод

Prints the login notice.
public PrintLoginNotice ( ) : void
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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