C# Class newtelligence.DasBlog.Web.EditEntryBox

EditEntryBox class.
Auto-generated class.
Show file Open project: AArnott/dasblog

Protected Properties

Property Type Description
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

Public Methods

Method Description
EditEntryBox ( ) : System

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

EditEntryBox() public method

public EditEntryBox ( ) : System
return System

OnInit() protected method

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

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

buttonRemove_Click() protected method

protected buttonRemove_Click ( object sender, System e ) : void
sender object
e System
return void

buttonUploadAttachment_Click() protected method

protected buttonUploadAttachment_Click ( object sender, System e ) : void
sender object
e System
return void

buttonUpload_Click() protected method

protected buttonUpload_Click ( object sender, System e ) : void
sender object
e System
return void

categoryAddButton_Click() protected method

protected categoryAddButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

save_Click() protected method

protected save_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

attachmentUpload protected property

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
return global::System.Web.UI.HtmlControls.HtmlInputFile

autoSaveLabel protected property

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
return global::System.Web.UI.WebControls.Label

buttonRemove protected property

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
return global::System.Web.UI.WebControls.Button

buttonSave protected property

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
return global::System.Web.UI.WebControls.Button

buttonUpload protected property

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
return global::System.Web.UI.WebControls.Button

buttonUploadAttachment protected property

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
return global::System.Web.UI.WebControls.Button

categoryAddButton protected property

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
return global::System.Web.UI.WebControls.Button

categoryList protected property

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
return global::System.Web.UI.WebControls.CheckBoxList

checkBoxAllowComments protected property

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
return global::System.Web.UI.WebControls.CheckBox

checkBoxPublish protected property

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
return global::System.Web.UI.WebControls.CheckBox

checkBoxSyndicated protected property

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
return global::System.Web.UI.WebControls.CheckBox

editControlHolder protected property

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
return global::System.Web.UI.WebControls.PlaceHolder

enclosureUpload protected property

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
return global::System.Web.UI.HtmlControls.HtmlInputFile

entryAbstract protected property

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
return global::System.Web.UI.WebControls.TextBox

entryTitle protected property

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
return global::System.Web.UI.WebControls.TextBox

gridCrossposts protected property

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
return global::System.Web.UI.WebControls.DataGrid

imageUpload protected property

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
return global::System.Web.UI.HtmlControls.HtmlInputFile

isDHTMLEdit protected property

protected bool isDHTMLEdit
return bool

labelAttachmentUpload protected property

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
return global::System.Web.UI.WebControls.Label

labelCategories protected property

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
return global::System.Web.UI.WebControls.Label

labelCrosspost protected property

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
return global::System.Web.UI.WebControls.Label

labelDate protected property

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
return global::System.Web.UI.WebControls.Label

labelEnclosureName protected property

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
return global::System.Web.UI.WebControls.Label

labelEnclosureUpload protected property

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
return global::System.Web.UI.WebControls.Label

labelImageName protected property

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
return global::System.Web.UI.WebControls.Label

labelLanguage protected property

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
return global::System.Web.UI.WebControls.Label

labelOptions protected property

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
return global::System.Web.UI.WebControls.Label

labelTextDescription protected property

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
return global::System.Web.UI.WebControls.Label

labelTextTitle protected property

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
return global::System.Web.UI.WebControls.Label

labelTooltip protected property

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
return global::System.Web.UI.WebControls.Label

labelTrackback protected property

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
return global::System.Web.UI.WebControls.Label

lblLat protected property

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
return global::System.Web.UI.WebControls.Label

lblLocation protected property

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
return global::System.Web.UI.WebControls.Label

lblLong protected property

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
return global::System.Web.UI.WebControls.Label

listLanguages protected property

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
return global::System.Web.UI.WebControls.DropDownList

resmgr protected property

protected ResourceManager resmgr
return ResourceManager

siteConfig protected property

protected SiteConfig,newtelligence.DasBlog.Web siteConfig
return SiteConfig

textBoxNewCategory protected property

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
return global::System.Web.UI.WebControls.TextBox

textDate protected property

textDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::BasicFrame.WebControls.BDPLite textDate
return global::BasicFrame.WebControls.BDPLite

textTrackback protected property

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
return global::System.Web.UI.WebControls.TextBox

txtLat protected property

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
return global::System.Web.UI.WebControls.TextBox

txtLong protected property

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
return global::System.Web.UI.WebControls.TextBox