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

CMSControl() 공개 메소드

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