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

Module() public method

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