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

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

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

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

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

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

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

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

Formats the edit URL.
protected FormatEditUrl ( string orderId ) : string
orderId string The order id.
Результат string

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

Gets the formatted amount.
protected GetFormattedAmount ( string total ) : string
total string The total.
Результат string

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

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

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

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

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

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

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

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

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

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

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