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

CMSControl() public method

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