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

XSLTemplate() public method

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