ActivEarth.Objects.Competition.Badges.Badge.Badge C# (CSharp) Method

Badge() public method

Empty constructor for reading back in from the DB.
public Badge ( ) : System
return System
        public Badge()
        {
            this.Level = BadgeLevels.None;
            this.Progress = 0;
        }

Same methods

Badge::Badge ( int userId, Statistic statistic ) : System
Badge::Badge ( int userId, Statistic statistic, float levelValues, int levelPoints, string imagePaths ) : System