C# Класс Subtext.Web.Admin.Feedback.EditPage

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
BindFeedbackEdit void
SetConfirmation void
UpdateFeedback void

Открытые методы

Метод Описание
EditPage ( ) : System

Защищенные методы

Метод Описание
OnLoad ( EventArgs e ) : void
lkbPost_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
BindFeedbackEdit ( ) : void
SetConfirmation ( ) : void
UpdateFeedback ( ) : void

Описание методов

EditPage() публичный Метод

public EditPage ( ) : System
Результат System

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e EventArgs
Результат void

lkbPost_Click() защищенный Метод

protected lkbPost_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

Edit защищенное свойство

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
Результат global::System.Web.UI.WebControls.PlaceHolder

Messages защищенное свойство

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
Результат global::Subtext.Web.Admin.WebUI.MessagePanel

hlAuthorEmail защищенное свойство

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
Результат global::System.Web.UI.WebControls.HyperLink

hlEntryLink защищенное свойство

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
Результат global::System.Web.UI.WebControls.HyperLink

lblEmail защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblName защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lkbPost защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

richTextEditor защищенное свойство

richTextEditor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.RichTextEditor richTextEditor
Результат global::Subtext.Web.Controls.RichTextEditor

txbTitle защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txbWebsite защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

valTitleRequired защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

valtbBodyRequired защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

valtxbWebsite защищенное свойство

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
Результат global::System.Web.UI.WebControls.CustomValidator