AJH.CMS.Core.Entities.Product.Product C# (CSharp) Method

Product() public method

public Product ( )
        public Product()
        {
            this.ID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.LanguageID = 0;
            this.SupplierID = 0;
            this.Ean13OrJan = string.Empty;
            this.UPC = string.Empty;
            this.Location = string.Empty;
            this.DisplayOnSaleIcon = false;
            this.InitialStock = 0;
            this.MinimumQuantity = 0;
            this.AdditionalShippingCost = 0;
            this.ManufacturarID = 0;
            this.IsEnabled = false;
            this.TaxID = 0;
            this.ModuleID = 0;
            this.ShortDescription = string.Empty;
            this.DisplayTextInStockText = string.Empty;
            this.DisplayTextInBackOrderText = string.Empty;
            this.Description = string.Empty;
            this.SizeChart = string.Empty;
            this.Tags = string.Empty;
            this.Order = 0;
        }
    }
Product