C# Class Subtext.Web.Admin.Feedback.EditPage

Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
Edit global::System.Web.UI.WebControls.PlaceHolder
Messages global::Subtext.Web.Admin.WebUI.MessagePanel
hlAuthorEmail global::System.Web.UI.WebControls.HyperLink
hlEntryLink global::System.Web.UI.WebControls.HyperLink
lblEmail global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lkbPost global::System.Web.UI.WebControls.Button
richTextEditor global::Subtext.Web.Controls.RichTextEditor
txbTitle global::System.Web.UI.WebControls.TextBox
txbWebsite global::System.Web.UI.WebControls.TextBox
valTitleRequired global::System.Web.UI.WebControls.RequiredFieldValidator
valtbBodyRequired global::System.Web.UI.WebControls.RequiredFieldValidator
valtxbWebsite global::System.Web.UI.WebControls.CustomValidator

Private Properties

Свойство Type Description
BindFeedbackEdit void
SetConfirmation void
UpdateFeedback void

Méthodes publiques

Méthode Description
EditPage ( ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void
lkbPost_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
BindFeedbackEdit ( ) : void
SetConfirmation ( ) : void
UpdateFeedback ( ) : void

Method Details

EditPage() public méthode

public EditPage ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

lkbPost_Click() protected méthode

protected lkbPost_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

Edit protected_oe property

Edit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder Edit
Résultat global::System.Web.UI.WebControls.PlaceHolder

Messages protected_oe property

Messages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.MessagePanel Messages
Résultat global::Subtext.Web.Admin.WebUI.MessagePanel

hlAuthorEmail protected_oe property

hlAuthorEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hlAuthorEmail
Résultat global::System.Web.UI.WebControls.HyperLink

hlEntryLink protected_oe property

hlEntryLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hlEntryLink
Résultat global::System.Web.UI.WebControls.HyperLink

lblEmail protected_oe property

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

lblName protected_oe property

lblName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblName
Résultat global::System.Web.UI.WebControls.Label

lkbPost protected_oe property

lkbPost control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button lkbPost
Résultat global::System.Web.UI.WebControls.Button

richTextEditor protected_oe property

richTextEditor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.RichTextEditor richTextEditor
Résultat global::Subtext.Web.Controls.RichTextEditor

txbTitle protected_oe property

txbTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txbTitle
Résultat global::System.Web.UI.WebControls.TextBox

txbWebsite protected_oe property

txbWebsite control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txbWebsite
Résultat global::System.Web.UI.WebControls.TextBox

valTitleRequired protected_oe property

valTitleRequired control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator valTitleRequired
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

valtbBodyRequired protected_oe property

valtbBodyRequired control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator valtbBodyRequired
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

valtxbWebsite protected_oe property

valtxbWebsite control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator valtxbWebsite
Résultat global::System.Web.UI.WebControls.CustomValidator