C# 클래스 AJH.CMS.WEB.UI.Admin.ManageArticle_UC

파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

보호된 프로퍼티들

프로퍼티 타입 설명
btnExit global::System.Web.UI.WebControls.Button
btnReset global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
btnSaveOtherLanguage global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
btnUpdateOtherLanguage global::System.Web.UI.WebControls.Button
cbIsPublished global::System.Web.UI.WebControls.CheckBox
cddArticleType global::AjaxControlToolkit.CascadingDropDown
cddSearchCategory global::AjaxControlToolkit.CascadingDropDown
ddlArticleType global::System.Web.UI.WebControls.DropDownList
ddlSearchCategory global::System.Web.UI.WebControls.DropDownList
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
gvArticle global::System.Web.UI.WebControls.GridView
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
ibtnPublish global::System.Web.UI.WebControls.ImageButton
ibtnSearchCategory global::System.Web.UI.WebControls.ImageButton
ibtnUnPublish global::System.Web.UI.WebControls.ImageButton
lblArticleType global::System.Web.UI.WebControls.Label
lblDate global::System.Web.UI.WebControls.Label
lblDescription global::System.Web.UI.WebControls.Label
lblDetails global::System.Web.UI.WebControls.Label
lblGrdTitleArticle global::System.Web.UI.WebControls.Label
lblIsPublished global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblOrderNumber global::System.Web.UI.WebControls.Label
lblSearchCategory global::System.Web.UI.WebControls.Label
lblSummary global::System.Web.UI.WebControls.Label
lblURL global::System.Web.UI.WebControls.Label
lblUpload global::System.Web.UI.WebControls.Label
numOrderNumber global::AjaxControlToolkit.NumericUpDownExtender
pnlArticleItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvOrderNumber global::System.Web.UI.WebControls.RequiredFieldValidator
rfvURL global::System.Web.UI.WebControls.RequiredFieldValidator
trDetails global::System.Web.UI.HtmlControls.HtmlTableRow
trIsPublished global::System.Web.UI.HtmlControls.HtmlTableRow
txtDescription global::System.Web.UI.WebControls.TextBox
txtDetails global::AJH.CMS.WEB.UI.Controls.Editor_UC
txtName global::System.Web.UI.WebControls.TextBox
txtOrderNumber global::System.Web.UI.WebControls.TextBox
txtSummary global::System.Web.UI.WebControls.TextBox
txtURL global::System.Web.UI.WebControls.TextBox
ucAjaxDate global::AJH.CMS.WEB.UI.Controls.AjaxDate_UC
ucPortalLanguage global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC
ucSWFUpload global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC
upnlArticle global::System.Web.UI.UpdatePanel
upnlArticleItem global::System.Web.UI.UpdatePanel
upnlSearchArticle global::System.Web.UI.UpdatePanel
valsummaryArticle global::System.Web.UI.WebControls.ValidationSummary

Private Properties

프로퍼티 타입 설명
BeginAddMode void
BeginAddModeOtherLanguage void
BeginEditMode void
BeginEditModeOtherLanguage void
ExitGrid void
ExitMode void
FillArticles void
ManageArticle_UC_Load void
PerformSettings void
PrepareNewPublish Publish
ReflectDDL void
btnExit_Click void
btnReset_Click void
btnSaveOtherLanguage_Click void
btnSave_Click void
btnUpdateOtherLanguage_Click void
btnUpdate_Click void
ddlArticleType_SelectedIndexChanged void
gvArticle_PageIndexChanging void
gvArticle_RowCommand void
ibtnAdd_Click void
ibtnDelete_Click void
ibtnPublish_Click void
ibtnSearchCategory_Click void
ibtnUnPublish_Click void
ucPortalLanguage_OnSelectLanguage void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
BeginAddMode ( ) : void
BeginAddModeOtherLanguage ( ) : void
BeginEditMode ( ) : void
BeginEditModeOtherLanguage ( ) : void
ExitGrid ( ) : void
ExitMode ( ) : void
FillArticles ( int PageIndex ) : void
ManageArticle_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
PrepareNewPublish ( int articleID ) : Publish
ReflectDDL ( ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSaveOtherLanguage_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUpdateOtherLanguage_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
ddlArticleType_SelectedIndexChanged ( object sender, EventArgs e ) : void
gvArticle_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
gvArticle_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
ibtnAdd_Click ( object sender, ImageClickEventArgs e ) : void
ibtnDelete_Click ( object sender, ImageClickEventArgs e ) : void
ibtnPublish_Click ( object sender, ImageClickEventArgs e ) : void
ibtnSearchCategory_Click ( object sender, ImageClickEventArgs e ) : void
ibtnUnPublish_Click ( object sender, ImageClickEventArgs e ) : void
ucPortalLanguage_OnSelectLanguage ( object sender, EventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

프로퍼티 상세

btnExit 보호되어 있는 프로퍼티

btnExit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnExit
리턴 global::System.Web.UI.WebControls.Button

btnReset 보호되어 있는 프로퍼티

btnReset control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnReset
리턴 global::System.Web.UI.WebControls.Button

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

btnSaveOtherLanguage 보호되어 있는 프로퍼티

btnSaveOtherLanguage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSaveOtherLanguage
리턴 global::System.Web.UI.WebControls.Button

btnUpdate 보호되어 있는 프로퍼티

btnUpdate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnUpdate
리턴 global::System.Web.UI.WebControls.Button

btnUpdateOtherLanguage 보호되어 있는 프로퍼티

btnUpdateOtherLanguage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnUpdateOtherLanguage
리턴 global::System.Web.UI.WebControls.Button

cbIsPublished 보호되어 있는 프로퍼티

cbIsPublished control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox cbIsPublished
리턴 global::System.Web.UI.WebControls.CheckBox

cddArticleType 보호되어 있는 프로퍼티

cddArticleType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CascadingDropDown cddArticleType
리턴 global::AjaxControlToolkit.CascadingDropDown

cddSearchCategory 보호되어 있는 프로퍼티

cddSearchCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CascadingDropDown cddSearchCategory
리턴 global::AjaxControlToolkit.CascadingDropDown

ddlArticleType 보호되어 있는 프로퍼티

ddlArticleType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlArticleType
리턴 global::System.Web.UI.WebControls.DropDownList

ddlSearchCategory 보호되어 있는 프로퍼티

ddlSearchCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlSearchCategory
리턴 global::System.Web.UI.WebControls.DropDownList

dvProblems 보호되어 있는 프로퍼티

dvProblems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvProblems
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

gvArticle 보호되어 있는 프로퍼티

gvArticle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvArticle
리턴 global::System.Web.UI.WebControls.GridView

ibtnAdd 보호되어 있는 프로퍼티

ibtnAdd control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton ibtnAdd
리턴 global::System.Web.UI.WebControls.ImageButton

ibtnDelete 보호되어 있는 프로퍼티

ibtnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton ibtnDelete
리턴 global::System.Web.UI.WebControls.ImageButton

ibtnPublish 보호되어 있는 프로퍼티

ibtnPublish control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton ibtnPublish
리턴 global::System.Web.UI.WebControls.ImageButton

ibtnSearchCategory 보호되어 있는 프로퍼티

ibtnSearchCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton ibtnSearchCategory
리턴 global::System.Web.UI.WebControls.ImageButton

ibtnUnPublish 보호되어 있는 프로퍼티

ibtnUnPublish control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton ibtnUnPublish
리턴 global::System.Web.UI.WebControls.ImageButton

lblArticleType 보호되어 있는 프로퍼티

lblArticleType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblArticleType
리턴 global::System.Web.UI.WebControls.Label

lblDate 보호되어 있는 프로퍼티

lblDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblDate
리턴 global::System.Web.UI.WebControls.Label

lblDescription 보호되어 있는 프로퍼티

lblDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblDescription
리턴 global::System.Web.UI.WebControls.Label

lblDetails 보호되어 있는 프로퍼티

lblDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblDetails
리턴 global::System.Web.UI.WebControls.Label

lblGrdTitleArticle 보호되어 있는 프로퍼티

lblGrdTitleArticle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblGrdTitleArticle
리턴 global::System.Web.UI.WebControls.Label

lblIsPublished 보호되어 있는 프로퍼티

lblIsPublished control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblIsPublished
리턴 global::System.Web.UI.WebControls.Label

lblName 보호되어 있는 프로퍼티

lblName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblName
리턴 global::System.Web.UI.WebControls.Label

lblOrderNumber 보호되어 있는 프로퍼티

lblOrderNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblOrderNumber
리턴 global::System.Web.UI.WebControls.Label

lblSearchCategory 보호되어 있는 프로퍼티

lblSearchCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSearchCategory
리턴 global::System.Web.UI.WebControls.Label

lblSummary 보호되어 있는 프로퍼티

lblSummary control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSummary
리턴 global::System.Web.UI.WebControls.Label

lblURL 보호되어 있는 프로퍼티

lblURL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblURL
리턴 global::System.Web.UI.WebControls.Label

lblUpload 보호되어 있는 프로퍼티

lblUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblUpload
리턴 global::System.Web.UI.WebControls.Label

numOrderNumber 보호되어 있는 프로퍼티

numOrderNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.NumericUpDownExtender numOrderNumber
리턴 global::AjaxControlToolkit.NumericUpDownExtender

pnlArticleItem 보호되어 있는 프로퍼티

pnlArticleItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlArticleItem
리턴 global::System.Web.UI.WebControls.Panel

pnlView 보호되어 있는 프로퍼티

pnlView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlView
리턴 global::System.Web.UI.WebControls.Panel

rfvName 보호되어 있는 프로퍼티

rfvName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvName
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rfvOrderNumber 보호되어 있는 프로퍼티

rfvOrderNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvOrderNumber
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rfvURL 보호되어 있는 프로퍼티

rfvURL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvURL
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

trDetails 보호되어 있는 프로퍼티

trDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trDetails
리턴 global::System.Web.UI.HtmlControls.HtmlTableRow

trIsPublished 보호되어 있는 프로퍼티

trIsPublished control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow trIsPublished
리턴 global::System.Web.UI.HtmlControls.HtmlTableRow

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

txtDetails 보호되어 있는 프로퍼티

txtDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Controls.Editor_UC txtDetails
리턴 global::AJH.CMS.WEB.UI.Controls.Editor_UC

txtName 보호되어 있는 프로퍼티

txtName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtName
리턴 global::System.Web.UI.WebControls.TextBox

txtOrderNumber 보호되어 있는 프로퍼티

txtOrderNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtOrderNumber
리턴 global::System.Web.UI.WebControls.TextBox

txtSummary 보호되어 있는 프로퍼티

txtSummary control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSummary
리턴 global::System.Web.UI.WebControls.TextBox

txtURL 보호되어 있는 프로퍼티

txtURL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtURL
리턴 global::System.Web.UI.WebControls.TextBox

ucAjaxDate 보호되어 있는 프로퍼티

ucAjaxDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Controls.AjaxDate_UC ucAjaxDate
리턴 global::AJH.CMS.WEB.UI.Controls.AjaxDate_UC

ucPortalLanguage 보호되어 있는 프로퍼티

ucPortalLanguage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC ucPortalLanguage
리턴 global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC

ucSWFUpload 보호되어 있는 프로퍼티

ucSWFUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC ucSWFUpload
리턴 global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC

upnlArticle 보호되어 있는 프로퍼티

upnlArticle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlArticle
리턴 global::System.Web.UI.UpdatePanel

upnlArticleItem 보호되어 있는 프로퍼티

upnlArticleItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlArticleItem
리턴 global::System.Web.UI.UpdatePanel

upnlSearchArticle 보호되어 있는 프로퍼티

upnlSearchArticle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlSearchArticle
리턴 global::System.Web.UI.UpdatePanel

valsummaryArticle 보호되어 있는 프로퍼티

valsummaryArticle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary valsummaryArticle
리턴 global::System.Web.UI.WebControls.ValidationSummary