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

Form() public method

public Form ( )
        public Form()
        {
            this.Code = string.Empty;
            this.Description = string.Empty;
            this.ID = 0;
            this.IsDeleted = false;
            this.ModuleID = 0;
            this.Name = string.Empty;
            this.Url = string.Empty;
        }
    }
Form