C# Класс AW.Portal.UserControls.ProductOrder

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

Защищенные свойства (Protected)

Свойство Тип Описание
btnAddToCart global::System.Web.UI.WebControls.Button
ddlquantity global::System.Web.UI.WebControls.DropDownList
lbl_categoryname global::System.Web.UI.WebControls.Label
lbl_color global::System.Web.UI.WebControls.Label
lbl_description global::System.Web.UI.WebControls.Label
lbl_listprice global::System.Web.UI.WebControls.Label
lbl_modelname global::System.Web.UI.WebControls.Label
lbl_productname global::System.Web.UI.WebControls.Label
lbl_productnumber global::System.Web.UI.WebControls.Label
txtTotalPrice global::System.Web.UI.WebControls.TextBox

Открытые методы

Метод Описание
GetDesc ( int ProductDescriptionId ) : void
GetDescOrder ( int ProductDescriptionId ) : void

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

Метод Описание
AddtoCart_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnAddToCart_Click ( object sender, EventArgs e ) : void
ddlquantity_SelectedIndexChanged ( object sender, EventArgs e ) : void

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

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

protected AddtoCart_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

GetDesc() публичный Метод

public GetDesc ( int ProductDescriptionId ) : void
ProductDescriptionId int
Результат void

GetDescOrder() публичный Метод

public GetDescOrder ( int ProductDescriptionId ) : void
ProductDescriptionId int
Результат void

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

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected btnAddToCart_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected ddlquantity_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

btnAddToCart защищенное свойство

btnAddToCart control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnAddToCart
Результат global::System.Web.UI.WebControls.Button

ddlquantity защищенное свойство

ddlquantity control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlquantity
Результат global::System.Web.UI.WebControls.DropDownList

lbl_categoryname защищенное свойство

lbl_categoryname control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_categoryname
Результат global::System.Web.UI.WebControls.Label

lbl_color защищенное свойство

lbl_color control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_color
Результат global::System.Web.UI.WebControls.Label

lbl_description защищенное свойство

lbl_description control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_description
Результат global::System.Web.UI.WebControls.Label

lbl_listprice защищенное свойство

lbl_listprice control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_listprice
Результат global::System.Web.UI.WebControls.Label

lbl_modelname защищенное свойство

lbl_modelname control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_modelname
Результат global::System.Web.UI.WebControls.Label

lbl_productname защищенное свойство

lbl_productname control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_productname
Результат global::System.Web.UI.WebControls.Label

lbl_productnumber защищенное свойство

lbl_productnumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_productnumber
Результат global::System.Web.UI.WebControls.Label

txtTotalPrice защищенное свойство

txtTotalPrice control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTotalPrice
Результат global::System.Web.UI.WebControls.TextBox