C# Class ScrewTurn.Wiki.User

Inheritance: BasePage
显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
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

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnSend_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
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.

Method Details

Page_Load() protected method

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

btnSend_Click() protected method

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

Property Details

btnSend protected_oe property

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
return global::System.Web.UI.WebControls.Button

lblActivity protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblGravatar protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblMessageInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblMessageTitle protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblNoActivity protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblRecentActivity protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblSendResult protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblSubject protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblTitle protected_oe property

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
return global::System.Web.UI.WebControls.Literal

pnlMessage protected_oe property

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
return global::System.Web.UI.WebControls.Panel

rfvBody protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

rfvSubject protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

txtBody protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtSubject protected_oe property

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
return global::System.Web.UI.WebControls.TextBox