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

Summary description for EditNavigatorLinksBox.
상속: newtelligence.DasBlog.Web.Core.SharedBaseControl
파일 보기 프로젝트 열기: AArnott/dasblog

보호된 프로퍼티들

프로퍼티 타입 설명
Label3 global::System.Web.UI.WebControls.Label
Panel1 System.Web.UI.WebControls.Panel
buttonFilterResults global::System.Web.UI.WebControls.Button
buttonSaveChanges global::System.Web.UI.WebControls.Button
changesAlert global::System.Web.UI.WebControls.Label
checkFilterHtml global::System.Web.UI.WebControls.CheckBox
checkFilterRSS global::System.Web.UI.WebControls.CheckBox
contentFiltersGrid global::System.Web.UI.WebControls.DataGrid
editControlHolder global::System.Web.UI.WebControls.PlaceHolder
labelTitle global::System.Web.UI.WebControls.Label
postProcessorNotice global::System.Web.UI.WebControls.Label
previewPanel global::System.Web.UI.WebControls.Panel
resmgr System.Resources.ResourceManager
sampleContentBox global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox
shadowBox global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox
validatorRFname System.Web.UI.WebControls.RequiredFieldValidator

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
TruncateString ( string s, int max ) : string
buttonFilterResults_Click ( object sender, EventArgs e ) : void
buttonSaveChanges_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BindGrid ( ) : void
Filter ( string content ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadFilters ( ) : void
SaveFilters ( ) : void
UpdateTestBox ( ) : void
contentFiltersGrid_CancelCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
contentFiltersGrid_DeleteCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
contentFiltersGrid_EditCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
contentFiltersGrid_ItemCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void
contentFiltersGrid_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void
contentFiltersGrid_UpdateCommand ( object source, System.Web.UI.WebControls.DataGridCommandEventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

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

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

TruncateString() 보호된 메소드

protected TruncateString ( string s, int max ) : string
s string
max int
리턴 string

buttonFilterResults_Click() 보호된 메소드

protected buttonFilterResults_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

buttonSaveChanges_Click() 보호된 메소드

protected buttonSaveChanges_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

Label3 보호되어 있는 프로퍼티

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

Panel1 보호되어 있는 프로퍼티

protected Panel,System.Web.UI.WebControls Panel1
리턴 System.Web.UI.WebControls.Panel

buttonFilterResults 보호되어 있는 프로퍼티

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

buttonSaveChanges 보호되어 있는 프로퍼티

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

changesAlert 보호되어 있는 프로퍼티

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

checkFilterHtml 보호되어 있는 프로퍼티

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

checkFilterRSS 보호되어 있는 프로퍼티

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

contentFiltersGrid 보호되어 있는 프로퍼티

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

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

labelTitle 보호되어 있는 프로퍼티

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

postProcessorNotice 보호되어 있는 프로퍼티

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

previewPanel 보호되어 있는 프로퍼티

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

resmgr 보호되어 있는 프로퍼티

protected ResourceManager,System.Resources resmgr
리턴 System.Resources.ResourceManager

sampleContentBox 보호되어 있는 프로퍼티

sampleContentBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox sampleContentBox
리턴 global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

shadowBox 보호되어 있는 프로퍼티

shadowBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox shadowBox
리턴 global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

validatorRFname 보호되어 있는 프로퍼티

protected RequiredFieldValidator,System.Web.UI.WebControls validatorRFname
리턴 System.Web.UI.WebControls.RequiredFieldValidator