C# 클래스 Carrotware.CMS.UI.Admin.c3_admin.BlogPostAddEdit

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS

공개 프로퍼티들

프로퍼티 타입 설명
bLocked bool
guidContentID Guid
guidImportContentID Guid
guidRootContentID Guid
guidVersionContentID Guid

보호된 프로퍼티들

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