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

Afficher le fichier Open project: dashcommerce/dashcommerce-3

Méthodes protégées

Méthode Description
FormatEditUrl ( string orderId ) : string

Formats the edit URL.

GetFormattedAmount ( string total ) : string

Gets the formatted amount.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Page_PreRender ( object sender, EventArgs e ) : void

Handles the PreRender event of the Page control.

btnAdd_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnAdd control.

dgOrders_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void

Handles the ItemDataBound event of the dgOrders control.

dgToDo_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void

Handles the ItemDataBound event of the dgToDo control.

lbDelete_Click ( object sender, CommandEventArgs e ) : void

Handles the Click event of the lbDelete control.

Private Methods

Méthode Description
BindOrderCollection ( OrderCollection orderCollection ) : void

Binds the order collection.

LoadOrders ( ) : void

Loads the orders.

LoadSearchTerms ( ) : void

Loads the search terms.

LoadToDo ( ) : void

Loads to do.

SetDefaulProperties ( ) : void

Sets the defaul properties.

Method Details

FormatEditUrl() protected méthode

Formats the edit URL.
protected FormatEditUrl ( string orderId ) : string
orderId string The order id.
Résultat string

GetFormattedAmount() protected méthode

Gets the formatted amount.
protected GetFormattedAmount ( string total ) : string
total string The total.
Résultat string

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

Page_PreRender() protected méthode

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

btnAdd_Click() protected méthode

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

dgOrders_ItemDataBound() protected méthode

Handles the ItemDataBound event of the dgOrders control.
protected dgOrders_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void
sender object The source of the event.
e DataGridItemEventArgs The instance containing the event data.
Résultat void

dgToDo_ItemDataBound() protected méthode

Handles the ItemDataBound event of the dgToDo control.
protected dgToDo_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void
sender object The source of the event.
e DataGridItemEventArgs The instance containing the event data.
Résultat void

lbDelete_Click() protected méthode

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.
Résultat void