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

Mostrar archivo Open project: dashcommerce/dashcommerce-3

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

dgManufacturer_PageIndexChanging ( object sender, DataGridPageChangedEventArgs e ) : void

Handles the PageIndexChanging event of the dgManufacturer control.

dgManufacturers_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void

Handles the ItemDataBound event of the dgManufacturers control.

lbDelete_Click ( object sender, CommandEventArgs e ) : void

Handles the Click event of the lbDelete control.

Private Methods

Method Description
LoadManufacturers ( ) : void

Loads the manufacturers.

Reset ( ) : void

Resets this instance.

SetManufacturersProperties ( ) : void

Sets the manufacturers properties.

Method Details

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

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

dgManufacturer_PageIndexChanging() protected method

Handles the PageIndexChanging event of the dgManufacturer control.
protected dgManufacturer_PageIndexChanging ( object sender, DataGridPageChangedEventArgs e ) : void
sender object The source of the event.
e DataGridPageChangedEventArgs The instance containing the event data.
return void

dgManufacturers_ItemDataBound() protected method

Handles the ItemDataBound event of the dgManufacturers control.
protected dgManufacturers_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void
sender object The source of the event.
e DataGridItemEventArgs The instance containing the event data.
return void

lbDelete_Click() protected method

Handles the Click event of the lbDelete control.
protected lbDelete_Click ( object sender, CommandEventArgs e ) : void
sender object The source of the event.
e CommandEventArgs The instance containing the event data.
return void