C# Class MettleSystems.dashCommerce.Web.admin.categoryedit

Afficher le fichier Open project: dashcommerce/dashcommerce-3

Méthodes protégées

Méthode Description
Category_Selected ( object sender, EventArgs e ) : void

Handles the Selected event of the Category control.

Items_ItemReorder ( object sender, EventArgs e ) : void

Handles the ItemReorder event of the Items control.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnReset_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnReset control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

Private Methods

Méthode Description
FillNodes ( DataRow nodes, int level ) : void

Fills the nodes.

GetCategoryDataSet ( ) : void

Gets the category data set.

LoadChildren ( int categoryId ) : void

Loads the children.

LoadParentCategoryDropDown ( DataSet ds ) : void

Loads the parent category drop down.

LoadTreeView ( DataSet ds ) : void

Loads the tree view.

RefreshCache ( int categoryId ) : void

Refresh the Cache.

Reset ( ) : void

Resets this instance.

SetCategoryEditProperties ( ) : void

Sets the category edit properties.

Method Details

Category_Selected() protected méthode

Handles the Selected event of the Category control.
protected Category_Selected ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void

Items_ItemReorder() protected méthode

Handles the ItemReorder event of the Items control.
protected Items_ItemReorder ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void

Page_Load() protected méthode

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void

btnDelete_Click() protected méthode

Handles the Click event of the btnDelete control.
protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void

btnReset_Click() protected méthode

Handles the Click event of the btnReset control.
protected btnReset_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void

btnSave_Click() protected méthode

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void