AJH.CMS.Core.Entities.Catalog.Catalog C# (CSharp) Метод

Catalog() публичный Метод

public Catalog ( )
        public Catalog()
        {
            this.ID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.LanguageID = 0;
            this.IsDisplayed = false;
            this.IsGalleryOnly = false;
            this.ParentCalalogID = 0;
            this.Description = string.Empty;
            this.MetaTitle = string.Empty;
            this.MetaKeywords = string.Empty;
            this.MetaDescription = string.Empty;
            this.IsDeleted = false;
            this.ModuleID = 0;
            this.Order = 0;
            this.IsPublished = false;
        }
Catalog