C# 클래스 AJH.CMS.WEB.UI.Admin.ManageUser_UC

파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

보호된 프로퍼티들

프로퍼티 타입 설명
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