C# Класс MettleSystems.dashCommerce.Web.admin.categoryedit

Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

Category_Selected() защищенный Метод

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.
Результат void

Items_ItemReorder() защищенный Метод

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.
Результат void

Page_Load() защищенный Метод

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.
Результат void

btnDelete_Click() защищенный Метод

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.
Результат void

btnReset_Click() защищенный Метод

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.
Результат void

btnSave_Click() защищенный Метод

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.
Результат void