C# Класс newtelligence.DasBlog.Web.EditEntryBox

EditEntryBox class.
Auto-generated class.
Показать файл Открыть проект

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

Свойство Тип Описание
attachmentUpload global::System.Web.UI.HtmlControls.HtmlInputFile
autoSaveLabel global::System.Web.UI.WebControls.Label
buttonRemove global::System.Web.UI.WebControls.Button
buttonSave global::System.Web.UI.WebControls.Button
buttonUpload global::System.Web.UI.WebControls.Button
buttonUploadAttachment global::System.Web.UI.WebControls.Button
categoryAddButton global::System.Web.UI.WebControls.Button
categoryList global::System.Web.UI.WebControls.CheckBoxList
checkBoxAllowComments global::System.Web.UI.WebControls.CheckBox
checkBoxPublish global::System.Web.UI.WebControls.CheckBox
checkBoxSyndicated global::System.Web.UI.WebControls.CheckBox
editControlHolder global::System.Web.UI.WebControls.PlaceHolder
enclosureUpload global::System.Web.UI.HtmlControls.HtmlInputFile
entryAbstract global::System.Web.UI.WebControls.TextBox
entryTitle global::System.Web.UI.WebControls.TextBox
gridCrossposts global::System.Web.UI.WebControls.DataGrid
imageUpload global::System.Web.UI.HtmlControls.HtmlInputFile
isDHTMLEdit bool
labelAttachmentUpload global::System.Web.UI.WebControls.Label
labelCategories global::System.Web.UI.WebControls.Label
labelCrosspost global::System.Web.UI.WebControls.Label
labelDate global::System.Web.UI.WebControls.Label
labelEnclosureName global::System.Web.UI.WebControls.Label
labelEnclosureUpload global::System.Web.UI.WebControls.Label
labelImageName global::System.Web.UI.WebControls.Label
labelLanguage global::System.Web.UI.WebControls.Label
labelOptions global::System.Web.UI.WebControls.Label
labelTextDescription global::System.Web.UI.WebControls.Label
labelTextTitle global::System.Web.UI.WebControls.Label
labelTooltip global::System.Web.UI.WebControls.Label
labelTrackback global::System.Web.UI.WebControls.Label
lblLat global::System.Web.UI.WebControls.Label
lblLocation global::System.Web.UI.WebControls.Label
lblLong global::System.Web.UI.WebControls.Label
listLanguages global::System.Web.UI.WebControls.DropDownList
resmgr ResourceManager
siteConfig SiteConfig
textBoxNewCategory global::System.Web.UI.WebControls.TextBox
textDate global::BasicFrame.WebControls.BDPLite
textTrackback global::System.Web.UI.WebControls.TextBox
txtLat global::System.Web.UI.WebControls.TextBox
txtLong global::System.Web.UI.WebControls.TextBox

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

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

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

Метод Описание
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
buttonRemove_Click ( object sender, System e ) : void
buttonUploadAttachment_Click ( object sender, System e ) : void
buttonUpload_Click ( object sender, System e ) : void
categoryAddButton_Click ( object sender, EventArgs e ) : void
save_Click ( object sender, EventArgs e ) : void

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

Метод Описание
AddGoogleMapsApi ( ) : void
DeleteEnclosures ( ) : void
EqualBuffers ( byte buf1, byte buf2 ) : bool
HandleUpload ( HtmlInputFile fileInput, string &type, long &numBytes ) : string
HandleUpload ( HtmlInputFile fileInput, string entryId, string &type, long &numBytes ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetupAutoSave ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

protected bool isDHTMLEdit
Результат bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

protected ResourceManager resmgr
Результат ResourceManager

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

protected SiteConfig,newtelligence.DasBlog.Web siteConfig
Результат SiteConfig

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

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

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

textDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::BasicFrame.WebControls.BDPLite textDate
Результат global::BasicFrame.WebControls.BDPLite

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

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

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

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

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

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