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

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

public Style ( ) : System
Результат System
        public Style()
        {
            this.CreationDate = DateTime.Now;
            this.Details = string.Empty;
            this.FileName = string.Empty;
            this.ID = 0;
            this.IsDeleted = false;
            this.LanguageID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.CreatedBy = 0;
        }
    }
Style