C# 클래스 ProjectName.Web.SideContentTemplate

파일 보기 프로젝트 열기: MonoSoftware/MonoX-Sample-Solution

보호된 프로퍼티들

프로퍼티 타입 설명
IsModerator global::System.Web.UI.WebControls.CheckBox
Ul1 global::System.Web.UI.HtmlControls.HtmlGenericControl
btnSave global::MonoSoftware.MonoX.Controls.StyledButton
labEditProfile2 global::System.Web.UI.HtmlControls.HtmlGenericControl
labIsModerator global::System.Web.UI.WebControls.Label
labViewProfile2 global::System.Web.UI.HtmlControls.HtmlGenericControl
lnkEditProfile2 global::System.Web.UI.WebControls.LinkButton
lnkViewProfile2 global::System.Web.UI.WebControls.LinkButton
prevIsModerator global::System.Web.UI.WebControls.Label

Private Properties

프로퍼티 타입 설명
Page_LoadComplete void
btnSave_Click void
lnkEditProfile_Click void
lnkViewProfile_Click void

공개 메소드들

메소드 설명
DataBind ( ) : void

Module databind.

DataBind ( bool rebind ) : void

Module databind.

보호된 메소드들

메소드 설명
Page_Init ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
Page_LoadComplete ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
lnkEditProfile_Click ( object sender, EventArgs e ) : void
lnkViewProfile_Click ( object sender, EventArgs e ) : void

메소드 상세

DataBind() 공개 메소드

Module databind.
public DataBind ( ) : void
리턴 void

DataBind() 공개 메소드

Module databind.
public DataBind ( bool rebind ) : void
rebind bool Refetch the user data
리턴 void

Page_Init() 보호된 메소드

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

IsModerator 보호되어 있는 프로퍼티

IsModerator control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox IsModerator
리턴 global::System.Web.UI.WebControls.CheckBox

Ul1 보호되어 있는 프로퍼티

Ul1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl Ul1
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

btnSave 보호되어 있는 프로퍼티

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.Controls.StyledButton btnSave
리턴 global::MonoSoftware.MonoX.Controls.StyledButton

labEditProfile2 보호되어 있는 프로퍼티

labEditProfile2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl labEditProfile2
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

labIsModerator 보호되어 있는 프로퍼티

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

labViewProfile2 보호되어 있는 프로퍼티

labViewProfile2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl labViewProfile2
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

lnkEditProfile2 보호되어 있는 프로퍼티

lnkEditProfile2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lnkEditProfile2
리턴 global::System.Web.UI.WebControls.LinkButton

lnkViewProfile2 보호되어 있는 프로퍼티

lnkViewProfile2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lnkViewProfile2
리턴 global::System.Web.UI.WebControls.LinkButton

prevIsModerator 보호되어 있는 프로퍼티

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