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

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

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

Свойство Тип Описание
bLocked bool
guidContentID Guid
guidImportContentID Guid
guidRootContentID Guid
guidVersionContentID Guid

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

Свойство Тип Описание
CompareValidator1 global::System.Web.UI.WebControls.CompareValidator
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator3 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator4 global::System.Web.UI.WebControls.RequiredFieldValidator
btnDelete global::System.Web.UI.WebControls.Button
btnDeleteButton global::System.Web.UI.HtmlControls.HtmlInputButton
btnSave global::System.Web.UI.WebControls.Button
btnSaveButton global::System.Web.UI.WebControls.Button
btnSaveButtonVisit global::System.Web.UI.WebControls.Button
btnSaveVisit global::System.Web.UI.WebControls.Button
chkActive global::System.Web.UI.WebControls.CheckBox
chkDraft global::System.Web.UI.WebControls.CheckBox
chkHide global::System.Web.UI.WebControls.CheckBox
ddlTemplate global::System.Web.UI.WebControls.DropDownList
ddlVersions global::System.Web.UI.WebControls.DropDownList
divCenter global::System.Web.UI.HtmlControls.HtmlGenericControl
divEditing global::System.Web.UI.HtmlControls.HtmlGenericControl
divLeft global::System.Web.UI.HtmlControls.HtmlGenericControl
divRight global::System.Web.UI.HtmlControls.HtmlGenericControl
divTrackback global::System.Web.UI.HtmlControls.HtmlGenericControl
formValidationSummary global::System.Web.UI.WebControls.ValidationSummary
gvHtmControls global::Carrotware.Web.UI.Controls.CarrotGridView
gvTracks global::Carrotware.Web.UI.Controls.CarrotGridView
gvTxtControls global::Carrotware.Web.UI.Controls.CarrotGridView
hdnCreditUserID global::System.Web.UI.WebControls.HiddenField
hdnRootID global::System.Web.UI.WebControls.HiddenField
lblCreateDate global::System.Web.UI.WebControls.Label
lblPrefix global::System.Web.UI.WebControls.Label
lblUpdated global::System.Web.UI.WebControls.Label
listCats global::System.Web.UI.WebControls.ListBox
listTags global::System.Web.UI.WebControls.ListBox
litUser global::System.Web.UI.WebControls.Literal
pnlButtons global::System.Web.UI.WebControls.PlaceHolder
pnlHB global::System.Web.UI.WebControls.PlaceHolder
pnlHBEmpty global::System.Web.UI.WebControls.PlaceHolder
pnlReview global::System.Web.UI.WebControls.PlaceHolder
reBody global::System.Web.UI.WebControls.TextBox
reLeftBody global::System.Web.UI.WebControls.TextBox
reRightBody global::System.Web.UI.WebControls.TextBox
txtDescription global::System.Web.UI.WebControls.TextBox
txtFileValid 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
txtOldFile global::System.Web.UI.WebControls.TextBox
txtPageSlug 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
txtTrackback 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
SavePage ( bool bRedirect ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnSaveVisit_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

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

Метод Описание
BindTextDataGrid ( ) : void

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

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

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

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

protected SavePage ( bool bRedirect ) : void
bRedirect bool
Результат void

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

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

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

protected btnSaveVisit_Click ( 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

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

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

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

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

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

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

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

RequiredFieldValidator3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator3
Результат 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

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

public bool bLocked
Результат bool

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

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

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

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

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

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

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

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

btnSaveVisit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSaveVisit
Результат 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

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

chkDraft control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkDraft
Результат 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

txtFileValid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtFileValid
Результат 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

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

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

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

txtPageSlug control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPageSlug
Результат 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

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

txtTrackback control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTrackback
Результат 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