C# 클래스 newtelligence.DasBlog.Web.EditEntryBox

EditEntryBox class.
Auto-generated class.
파일 보기 프로젝트 열기: AArnott/dasblog

보호된 프로퍼티들

프로퍼티 타입 설명
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