C# Class newtelligence.DasBlog.Web.EditContentFiltersBox

Summary description for EditNavigatorLinksBox.
Inheritance: newtelligence.DasBlog.Web.Core.SharedBaseControl
Afficher le fichier Open project: AArnott/dasblog

Protected Properties

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

Méthodes protégées

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

Private Methods

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

Method Details

OnInit() protected méthode

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

Page_Load() protected méthode

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

TruncateString() protected méthode

protected TruncateString ( string s, int max ) : string
s string
max int
Résultat string

buttonFilterResults_Click() protected méthode

protected buttonFilterResults_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

buttonSaveChanges_Click() protected méthode

protected buttonSaveChanges_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

Label3 protected_oe property

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

Panel1 protected_oe property

protected Panel,System.Web.UI.WebControls Panel1
Résultat System.Web.UI.WebControls.Panel

buttonFilterResults protected_oe property

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

buttonSaveChanges protected_oe property

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

changesAlert protected_oe property

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

checkFilterHtml protected_oe property

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

checkFilterRSS protected_oe property

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

contentFiltersGrid protected_oe property

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

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

labelTitle protected_oe property

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

postProcessorNotice protected_oe property

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

previewPanel protected_oe property

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

resmgr protected_oe property

protected ResourceManager,System.Resources resmgr
Résultat System.Resources.ResourceManager

sampleContentBox protected_oe property

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
Résultat global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

shadowBox protected_oe property

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
Résultat global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

validatorRFname protected_oe property

protected RequiredFieldValidator,System.Web.UI.WebControls validatorRFname
Résultat System.Web.UI.WebControls.RequiredFieldValidator