Пример #1
0
 public Generator() : base(false)
 {
     fieldGeneratorQueryData = new SportsGameSchedulesScoresQueryDataJSON.HoldingArrayGenerator("field \"QueryData\" of the SportsGameSchedulesScoresInformationNugget class", false);
     fieldGeneratorGames     = new SportsGameJSON.HoldingArrayGenerator("field \"Games\" of the SportsGameSchedulesScoresInformationNugget class", false);
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the SportsGameSchedulesScoresInformationNugget class");
 }
Пример #2
0
 public Generator()
 {
     fieldGeneratorGames   = new SportsGameJSON.HoldingArrayGenerator("field \"Games\" of the SportsGamesResponseState class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the SportsGamesResponseState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #3
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;
 }
Пример #4
0
 public Generator() : base(false)
 {
     fieldGeneratorQueryData    = new SportsPlayoffTriviaInputDataJSON.HoldingArrayGenerator("field \"QueryData\" of the SportsPlayoffTriviaInformationNugget class", false);
     fieldGeneratorIsSingleGame = new JSONHoldingBooleanGenerator("field \"IsSingleGame\" of the SportsPlayoffTriviaInformationNugget class");
     fieldGeneratorRankResult   = new FieldHoldingGeneratorRankResult("field \"RankResult\" of the SportsPlayoffTriviaInformationNugget class");
     fieldGeneratorRanks        = new SportsPlayoffTriviaRanksJSON.HoldingArrayGenerator("field \"Ranks\" of the SportsPlayoffTriviaInformationNugget class", false);
     fieldGeneratorGames        = new SportsGameJSON.HoldingArrayGenerator("field \"Games\" of the SportsPlayoffTriviaInformationNugget class", false);
     fieldGeneratorSeries       = new SportsSeriesStatusNewJSON.HoldingArrayGenerator("field \"Series\" of the SportsPlayoffTriviaInformationNugget class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the SportsPlayoffTriviaInformationNugget class");
 }