C# Класс AJH.CMS.WEB.UI.Admin.ManageUser_UC

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

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

Свойство Тип Описание
btnExit global::System.Web.UI.WebControls.Button
btnReset global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
chkIsActive global::System.Web.UI.WebControls.CheckBox
cvConfirmEmail global::System.Web.UI.WebControls.CompareValidator
cvConfirmPassword global::System.Web.UI.WebControls.CompareValidator
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
gvUser global::System.Web.UI.WebControls.GridView
ibtnActive global::System.Web.UI.WebControls.ImageButton
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
ibtnInActive global::System.Web.UI.WebControls.ImageButton
lblConfirmEmail global::System.Web.UI.WebControls.Label
lblConfirmPassword global::System.Web.UI.WebControls.Label
lblEmail global::System.Web.UI.WebControls.Label
lblGrdTitleUser global::System.Web.UI.WebControls.Label
lblIsActive global::System.Web.UI.WebControls.Label
lblPassword global::System.Web.UI.WebControls.Label
pnlUserItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvEmail global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPassword global::System.Web.UI.WebControls.RequiredFieldValidator
txtConfirmEmail global::System.Web.UI.WebControls.TextBox
txtConfirmPassword global::System.Web.UI.WebControls.TextBox
txtEmail global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox
upnlUser global::System.Web.UI.UpdatePanel
upnlUserItem global::System.Web.UI.UpdatePanel
valsummaryUser global::System.Web.UI.WebControls.ValidationSummary

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

Метод Описание
GetUserStatus ( bool IsActive ) : string
OnInit ( EventArgs e ) : void

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

Метод Описание
BeginAddMode ( ) : void
BeginEditMode ( ) : void
ExitMode ( ) : void
FillUsers ( int PageIndex ) : void
ManageUser_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
gvUser_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
gvUser_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
ibtnActive_Click ( object sender, ImageClickEventArgs e ) : void
ibtnAdd_Click ( object sender, ImageClickEventArgs e ) : void
ibtnDelete_Click ( object sender, ImageClickEventArgs e ) : void
ibtnInActive_Click ( object sender, ImageClickEventArgs e ) : void

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

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

protected GetUserStatus ( bool IsActive ) : string
IsActive bool
Результат string

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

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

txtEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtEmail
Результат 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

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

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

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

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

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

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