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

HtmlBlock() public method

public HtmlBlock ( ) : System
return System
        public HtmlBlock()
        {
            this.CreationDate = DateTime.Now;
            this.Details = string.Empty;
            this.ID = 0;
            this.IsDeleted = false;
            this.LanguageID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.CreatedBy = 0;
        }
    }
HtmlBlock