• Aide
  • Utilisateurs
  • Développeurs
  • Doc interne
  • e-learning
Show / Hide Table of Contents

Class PanierPanelMagasinAssocie

Panel (div) s'affichant si certain article du panier sont des articles à retirer en magasin

Héritage
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Panel
PanierPanelMagasinAssocie
Syntaxe
public class PanierPanelMagasinAssocie : Panel, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor

Propriétés

CacherSiClickNMortar

Obtient ou définit un booléen précisant si il faut cacher ce panel lorsque le panier est de type "Click'n'mortar" (commande préparée en magasin)

Déclaration
public bool CacherSiClickNMortar { get; set; }

CacherSiEcommerce

Obtient ou définit un booléen précisant si ce panel doit être caché lorsque le panier est de type "web" (préparé en centrale)

Déclaration
public bool CacherSiEcommerce { get; set; }

Implements

System.IDisposable