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

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

보호된 메소드들

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