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

Mostrar archivo Open project: dashcommerce/dashcommerce-3

Protected Methods

Method 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

Method 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 method

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.
return void

Items_ItemReorder() protected method

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.
return void

Page_Load() protected method

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.
return void

btnDelete_Click() protected method

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.
return void

btnReset_Click() protected method

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.
return void

btnSave_Click() protected method

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.
return void