Ejemplo n.º 1
0
 public Generator()
 {
     fieldGeneratorSeriesGames  = new SportsGameJSON.HoldingArrayGenerator("field \"SeriesGames\" of the SportsPlayoffTriviaSeries class", false);
     fieldGeneratorSeason       = new SportsSeasonResolvedJSON.HoldingGenerator("field \"Season\" of the SportsPlayoffTriviaSeries class", false);
     fieldGeneratorSeriesStatus = new SportsSeriesStatusNewJSON.HoldingGenerator("field \"SeriesStatus\" of the SportsPlayoffTriviaSeries class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the SportsPlayoffTriviaSeries class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 2
0
 public Generator()
 {
     fieldGeneratorTeamOrPlayer           = new SportsTeamOrPlayerJSON.HoldingGenerator("field \"TeamOrPlayer\" of the SportsStatsQueryData class", false);
     fieldGeneratorStatisticsTypeAndValue = new SportsStatsTypeAndValueJSON.HoldingArrayGenerator("field \"StatisticsTypeAndValue\" of the SportsStatsQueryData class", false);
     fieldGeneratorSeason      = new SportsSeasonResolvedJSON.HoldingGenerator("field \"Season\" of the SportsStatsQueryData class", false);
     fieldGeneratorGame        = new SportsGameJSON.HoldingGenerator("field \"Game\" of the SportsStatsQueryData class", false);
     fieldGeneratorCardinality = new FieldHoldingGeneratorCardinality("field \"Cardinality\" of the SportsStatsQueryData class");
     fieldGeneratorError       = new FieldHoldingGeneratorError("field \"Error\" of the SportsStatsQueryData class");
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the SportsStatsQueryData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }