C# Class PetShop.UI.WishList

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
WishListControl1 global::PetShop.UI.Controls.WishListControl

Méthodes protégées

Méthode Description
Page_PreInit ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AddCartItem ( Profile &profile, string itemId, int quantity ) : void

Method Details

Page_PreInit() protected méthode

protected Page_PreInit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat global::PetShop.UI.Controls.WishListControl