C# 클래스 ScrewTurn.Wiki.User

상속: BasePage
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
btnSend global::System.Web.UI.WebControls.Button
lblActivity global::System.Web.UI.WebControls.Literal
lblGravatar global::System.Web.UI.WebControls.Literal
lblMessageInfo global::System.Web.UI.WebControls.Literal
lblMessageTitle global::System.Web.UI.WebControls.Literal
lblNoActivity global::System.Web.UI.WebControls.Literal
lblRecentActivity global::System.Web.UI.WebControls.Literal
lblSendResult global::System.Web.UI.WebControls.Label
lblSubject global::System.Web.UI.WebControls.Literal
lblTitle global::System.Web.UI.WebControls.Literal
pnlMessage global::System.Web.UI.WebControls.Panel
rfvBody global::System.Web.UI.WebControls.RequiredFieldValidator
rfvSubject global::System.Web.UI.WebControls.RequiredFieldValidator
txtBody global::System.Web.UI.WebControls.TextBox
txtSubject global::System.Web.UI.WebControls.TextBox

보호된 메소드들

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

비공개 메소드들

메소드 설명
DisplayGravatar ( ) : void

Displays the gravatar of the user.

DisplayRecentActivity ( ) : void

Displays the recent activity.

GetGravatarHash ( string email ) : string

Gets the gravatar hash of an email.

메소드 상세

Page_Load() 보호된 메소드

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

btnSend_Click() 보호된 메소드

protected btnSend_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

btnSend 보호되어 있는 프로퍼티

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

lblActivity 보호되어 있는 프로퍼티

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

lblGravatar 보호되어 있는 프로퍼티

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

lblMessageInfo 보호되어 있는 프로퍼티

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

lblMessageTitle 보호되어 있는 프로퍼티

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

lblNoActivity 보호되어 있는 프로퍼티

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

lblRecentActivity 보호되어 있는 프로퍼티

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

lblSendResult 보호되어 있는 프로퍼티

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

lblSubject 보호되어 있는 프로퍼티

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

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

pnlMessage 보호되어 있는 프로퍼티

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

rfvBody 보호되어 있는 프로퍼티

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

rfvSubject 보호되어 있는 프로퍼티

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

txtBody 보호되어 있는 프로퍼티

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

txtSubject 보호되어 있는 프로퍼티

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