C# Class ScrewTurn.Wiki.User

Inheritance: BasePage
Afficher le fichier Open project: mono/ScrewTurnWiki

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnSend_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode 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 méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnSend_Click() protected méthode

protected btnSend_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox