ActivEarth.Objects.Competition.Challenges.Challenge.Challenge C# (CSharp) Method

Challenge() public method

Parameterless constructor for reconstituting challenges from the DB.
public Challenge ( ) : System
return System
        public Challenge()
        {
        }

Same methods

Challenge::Challenge ( string name, string description, int reward, bool persistent, System.DateTime startTime, int durationInDays, Statistic statistic, float requirement ) : System
Challenge