C# Class newtelligence.DasBlog.Web.EditNavigatorLinksBox

Afficher le fichier Open project: AArnott/dasblog

Protected Properties

Свойство Type Description
labelTitle global::System.Web.UI.WebControls.Label
navigationRoot NavigationRoot
navigatorLinksGrid global::System.Web.UI.WebControls.DataGrid
resmgr System.Resources.ResourceManager
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, System e ) : void

Private Methods

Méthode Description
BindGrid ( ) : void
InitializeComponent ( ) : void

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

LoadList ( string fileName ) : void
SaveList ( string fileName ) : void
navigatorLinksGrid_CancelCommand ( object source, System e ) : void
navigatorLinksGrid_DeleteCommand ( object source, System e ) : void
navigatorLinksGrid_EditCommand ( object source, System e ) : void
navigatorLinksGrid_ItemCommand ( object source, System e ) : void
navigatorLinksGrid_PageIndexChanged ( object source, System e ) : void
navigatorLinksGrid_UpdateCommand ( object source, System e ) : void

Method Details

OnInit() protected méthode

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

Page_Load() protected méthode

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

Property Details

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

navigationRoot protected_oe property

protected NavigationRoot navigationRoot
Résultat NavigationRoot

navigatorLinksGrid protected_oe property

navigatorLinksGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid navigatorLinksGrid
Résultat global::System.Web.UI.WebControls.DataGrid

resmgr protected_oe property

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

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