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

Feature() public method

public Feature ( )
        public Feature()
        {
            this.ID = 0;
            this.Name = string.Empty;
            this.PortalID = 0;
            this.LanguageID = 0;
            this.IsDeleted = false;
            this.Value = 0;
            this.ModuleID = 0;
        }
    }
Feature