Exemplo n.º 1
0
 public Product()
 {
     Id = string.Empty;
     Name = string.Empty;
     Description = string.Empty;
     Active = false;
     CreatedDateUtc = DateTime.MinValue;
     SearchPropertyList = new List<CEP.Property>();
     CheckoutPropertyList = new List<CEP.Property>();
     CheckoutPropertySettingsList = new List<CheckoutPropertySetting>();
     MainImage = new ProductImage();
     AdditionalImages = new List<ProductImage>();
     PurchaseSettings = new PurchaseSettings();
 }
Exemplo n.º 2
0
 public Product()
 {
     Id                           = string.Empty;
     Name                         = string.Empty;
     Description                  = string.Empty;
     Active                       = false;
     CreatedDateUtc               = DateTime.MinValue;
     SearchPropertyList           = new List <CEP.Property>();
     CheckoutPropertyList         = new List <CEP.Property>();
     CheckoutPropertySettingsList = new List <CheckoutPropertySetting>();
     MainImage                    = new ProductImage();
     AdditionalImages             = new List <ProductImage>();
     PurchaseSettings             = new PurchaseSettings();
 }