C# Класс E_Handel.Product

Наследование: System.Web.UI.Page
Показать файл Открыть проект

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

Свойство Тип Описание
ButtonAddToCart global::System.Web.UI.WebControls.Button
DropDownVariants global::System.Web.UI.WebControls.DropDownList
discountProductPrice global::System.Web.UI.HtmlControls.HtmlGenericControl
linkViewTrailer global::System.Web.UI.HtmlControls.HtmlAnchor
originalProductPrice global::System.Web.UI.HtmlControls.HtmlGenericControl
productDescription global::System.Web.UI.HtmlControls.HtmlGenericControl
productImage global::System.Web.UI.HtmlControls.HtmlImage
productPrice global::System.Web.UI.HtmlControls.HtmlGenericControl
productQuantity global::System.Web.UI.HtmlControls.HtmlInputGenericControl
productTitle global::System.Web.UI.HtmlControls.HtmlGenericControl

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

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

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

Метод Описание
LoadProduct ( int productId ) : void
ShowVariants ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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