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

ファイルを表示 Open project: ayende/Subtext

Protected Properties

Property 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

Property Type Description
BindFeedbackEdit void
SetConfirmation void
UpdateFeedback void

Public Methods

Method Description
EditPage ( ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void
lkbPost_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindFeedbackEdit ( ) : void
SetConfirmation ( ) : void
UpdateFeedback ( ) : void

Method Details

EditPage() public method

public EditPage ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

lkbPost_Click() protected method

protected lkbPost_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.CustomValidator