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

CombinationProduct() public method

public CombinationProduct ( )
        public CombinationProduct()
        {
            this.ID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.LanguageID = 0;
            this.ProductID = 0;
            this.ProductReference = string.Empty;
            this.ProductEAN13 = string.Empty;
            this.ProductUPC = string.Empty;
            this.SupplierRefernce = 0;
            this.Location = string.Empty;
            this.WholesalePrice = 0;
            this.ImpactOnPrice = 0;
            this.ImpactOnWeight = 0;
            this.InitialStock = 0;
            this.MinimumQuantity = 0;
            this.IsDefault = false;
            this.Color = string.Empty;
            this.IsDeleted = false;
            this.ModuleID = 0;
        }
    }
CombinationProduct