C# Class PetShop.UI.WishList

Inheritance: System.Web.UI.Page
Mostra file Open project: netTiers/netTiers

Protected Properties

Property Type Description
WishListControl1 global::PetShop.UI.Controls.WishListControl

Protected Methods

Method Description
Page_PreInit ( object sender, EventArgs e ) : void

Private Methods

Method Description
AddCartItem ( Profile &profile, string itemId, int quantity ) : void

Method Details

Page_PreInit() protected method

protected Page_PreInit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

WishListControl1 protected_oe property

WishListControl1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::PetShop.UI.Controls.WishListControl WishListControl1
return global::PetShop.UI.Controls.WishListControl