AJH.CMS.Core.Entities.Feature.Feature C# (CSharp) Méthode

Feature() public méthode

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