C# Класс Carrotware.CMS.UI.Admin.c3_admin.BlogPostEdit

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

Открытые свойства

Свойство Тип Описание
guidContentID Guid

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

Свойство Тип Описание
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator4 global::System.Web.UI.WebControls.RequiredFieldValidator
btnSave global::System.Web.UI.WebControls.Button
btnSaveButton global::System.Web.UI.WebControls.Button
chkActive global::System.Web.UI.WebControls.CheckBox
chkHide global::System.Web.UI.WebControls.CheckBox
formValidationSummary global::System.Web.UI.WebControls.ValidationSummary
hdnCreditUserID global::System.Web.UI.WebControls.HiddenField
lblUpdated global::System.Web.UI.WebControls.Label
listCats global::System.Web.UI.WebControls.ListBox
listTags global::System.Web.UI.WebControls.ListBox
litPageName global::System.Web.UI.WebControls.Literal
txtDescription global::System.Web.UI.WebControls.TextBox
txtHead global::System.Web.UI.WebControls.TextBox
txtKey global::System.Web.UI.WebControls.TextBox
txtNav global::System.Web.UI.WebControls.TextBox
txtSearchUser global::System.Web.UI.WebControls.TextBox
txtThumb global::System.Web.UI.WebControls.TextBox
txtTitle global::System.Web.UI.WebControls.TextBox
ucReleaseDate global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime
ucRetireDate global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime

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

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

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

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

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

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

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

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

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

RequiredFieldValidator1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

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

RequiredFieldValidator4 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator4
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

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

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSave
Результат global::System.Web.UI.WebControls.Button

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

btnSaveButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSaveButton
Результат global::System.Web.UI.WebControls.Button

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

chkActive control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkActive
Результат global::System.Web.UI.WebControls.CheckBox

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

chkHide control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkHide
Результат global::System.Web.UI.WebControls.CheckBox

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

formValidationSummary control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary formValidationSummary
Результат global::System.Web.UI.WebControls.ValidationSummary

guidContentID публичное свойство

public Guid guidContentID
Результат Guid

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

hdnCreditUserID control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hdnCreditUserID
Результат global::System.Web.UI.WebControls.HiddenField

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

lblUpdated control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblUpdated
Результат global::System.Web.UI.WebControls.Label

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

listCats control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListBox listCats
Результат global::System.Web.UI.WebControls.ListBox

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

listTags control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListBox listTags
Результат global::System.Web.UI.WebControls.ListBox

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

litPageName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litPageName
Результат global::System.Web.UI.WebControls.Literal

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

txtDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtDescription
Результат global::System.Web.UI.WebControls.TextBox

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

txtHead control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtHead
Результат global::System.Web.UI.WebControls.TextBox

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

txtKey control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtKey
Результат global::System.Web.UI.WebControls.TextBox

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

txtNav control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtNav
Результат global::System.Web.UI.WebControls.TextBox

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

txtSearchUser control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSearchUser
Результат global::System.Web.UI.WebControls.TextBox

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

txtThumb control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtThumb
Результат global::System.Web.UI.WebControls.TextBox

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

txtTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTitle
Результат global::System.Web.UI.WebControls.TextBox

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

ucReleaseDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime ucReleaseDate
Результат global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime

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

ucRetireDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime ucRetireDate
Результат global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime