C# Class newtelligence.DasBlog.Web.EditEntryBox

EditEntryBox class.
Auto-generated class.
Afficher le fichier Open project: AArnott/dasblog

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
EditEntryBox ( ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

public EditEntryBox ( ) : System
Résultat System

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

buttonRemove_Click() protected méthode

protected buttonRemove_Click ( object sender, System e ) : void
sender object
e System
Résultat void

buttonUploadAttachment_Click() protected méthode

protected buttonUploadAttachment_Click ( object sender, System e ) : void
sender object
e System
Résultat void

buttonUpload_Click() protected méthode

protected buttonUpload_Click ( object sender, System e ) : void
sender object
e System
Résultat void

categoryAddButton_Click() protected méthode

protected categoryAddButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

save_Click() protected méthode

protected save_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

attachmentUpload protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlInputFile

autoSaveLabel protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

buttonRemove protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

buttonSave protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

buttonUpload protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

buttonUploadAttachment protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

categoryAddButton protected_oe 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
Résultat global::System.Web.UI.WebControls.Button

categoryList protected_oe 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
Résultat global::System.Web.UI.WebControls.CheckBoxList

checkBoxAllowComments protected_oe 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
Résultat global::System.Web.UI.WebControls.CheckBox

checkBoxPublish protected_oe 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
Résultat global::System.Web.UI.WebControls.CheckBox

checkBoxSyndicated protected_oe 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
Résultat global::System.Web.UI.WebControls.CheckBox

editControlHolder protected_oe 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
Résultat global::System.Web.UI.WebControls.PlaceHolder

enclosureUpload protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlInputFile

entryAbstract protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox

entryTitle protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox

gridCrossposts protected_oe 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
Résultat global::System.Web.UI.WebControls.DataGrid

imageUpload protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlInputFile

isDHTMLEdit protected_oe property

protected bool isDHTMLEdit
Résultat bool

labelAttachmentUpload protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelCategories protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelCrosspost protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelDate protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelEnclosureName protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelEnclosureUpload protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelImageName protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelLanguage protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelOptions protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelTextDescription protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelTextTitle protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelTooltip protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

labelTrackback protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

lblLat protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

lblLocation protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

lblLong protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

listLanguages protected_oe 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
Résultat global::System.Web.UI.WebControls.DropDownList

resmgr protected_oe property

protected ResourceManager resmgr
Résultat ResourceManager

siteConfig protected_oe property

protected SiteConfig,newtelligence.DasBlog.Web siteConfig
Résultat SiteConfig

textBoxNewCategory protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox

textDate protected_oe property

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

textTrackback protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox

txtLat protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox

txtLong protected_oe 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
Résultat global::System.Web.UI.WebControls.TextBox