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

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

public Page ( ) : System
Результат System
        public Page()
        {
            this.CreationDate = DateTime.Now;
            this.Description = string.Empty;
            this.Details = string.Empty;
            this.Icon = string.Empty;
            this.ID = 0;
            this.IsDeleted = false;
            this.KeyWords = string.Empty;
            this.LanguageID = 0;
            this.Name = string.Empty;
            this.PageType = CMSEnums.PageType.User;
            this.PortalID = 0;
            this.SEOName = string.Empty;
            this.Title = string.Empty;
            this.TemplateID = 0;
            this.CreatedBy = 0;
        }
    }
Page