AJH.CMS.Core.Entities.HtmlBlock.HtmlBlock C# (CSharp) 메소드

HtmlBlock() 공개 메소드

public HtmlBlock ( ) : System
리턴 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