ActivEarth.Objects.Competition.Challenges.Challenge.Challenge C# (CSharp) Méthode

Challenge() public méthode

Parameterless constructor for reconstituting challenges from the DB.
public Challenge ( ) : System
Résultat 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