C# 클래스 MettleSystems.dashCommerce.Web.admin.categoryedit

파일 보기 프로젝트 열기: dashcommerce/dashcommerce-3

보호된 메소드들

메소드 설명
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