Пример #1
0
 public Generator()
 {
     fieldGeneratorCode                = new SportsOlympicsGamesCodeJSON.HoldingGenerator("field \"Code\" of the SportsOlympicsGames class", false);
     fieldGeneratorYear                = new FieldHoldingGeneratorYear("field \"Year\" of the SportsOlympicsGames class");
     fieldGeneratorHostCity            = new JSONHoldingStringGenerator("field \"HostCity\" of the SportsOlympicsGames class");
     fieldGeneratorHostCountry         = new JSONHoldingStringGenerator("field \"HostCountry\" of the SportsOlympicsGames class");
     fieldGeneratorSeason              = new SportsOlympicsSeasonJSON.HoldingGenerator("field \"Season\" of the SportsOlympicsGames class", false);
     fieldGeneratorOpeningCeremonyDate = new DateAndOrTimeJSON.HoldingGenerator("field \"OpeningCeremonyDate\" of the SportsOlympicsGames class", false);
     fieldGeneratorClosingCeremonyDate = new DateAndOrTimeJSON.HoldingGenerator("field \"ClosingCeremonyDate\" of the SportsOlympicsGames class", false);
     fieldGeneratorStatus              = new FieldHoldingGeneratorStatus("field \"Status\" of the SportsOlympicsGames class");
     unknownFieldGenerator             = new UnknownFieldGenerator(false);
     set_what("the SportsOlympicsGames class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #2
0
 public Generator() : base(false)
 {
     fieldGeneratorSeason  = new SportsOlympicsSeasonJSON.HoldingGenerator("field \"Season\" of the SportsOlympicsBasicAttributeArgumentSeason class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the SportsOlympicsBasicAttributeArgumentSeason class");
 }
Пример #3
0
 public Generator() : base(false)
 {
     fieldGeneratorSeason  = new SportsOlympicsSeasonJSON.HoldingGenerator("field \"Season\" of the SportsOlympicsEventSchedulesAndResultsArgumentSeason class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the SportsOlympicsEventSchedulesAndResultsArgumentSeason class");
 }
Пример #4
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorSeason  = new SportsOlympicsSeasonJSON.HoldingGenerator("field \"Season\" of the SportsOlympicsBasicAttributeArgumentSeason class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the SportsOlympicsBasicAttributeArgumentSeason class");
 }
Пример #5
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorSeason  = new SportsOlympicsSeasonJSON.HoldingGenerator("field \"Season\" of the SportsOlympicsEventSchedulesAndResultsArgumentSeason class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the SportsOlympicsEventSchedulesAndResultsArgumentSeason class");
 }