Пример #1
0
 public Generator()
 {
     fieldGeneratorStatus  = new FieldHoldingGeneratorStatus("field \"Status\" of the TypeNativeData class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #2
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorStatus      = new FieldHoldingGeneratorStatus("field \"Status\" of the TypeNativeData class");
     fieldGeneratorDescription = new JSONHoldingStringGenerator("field \"Description\" of the TypeNativeData class");
     unknownFieldGenerator     = new UnknownFieldGenerator(ignore_extras);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #3
0
 public Generator()
 {
     fieldGeneratorCode        = new JSONHoldingStringGenerator("field \"Code\" of the UberPromoCode class");
     fieldGeneratorStatus      = new FieldHoldingGeneratorStatus("field \"Status\" of the UberPromoCode class");
     fieldGeneratorDescription = new JSONHoldingStringGenerator("field \"Description\" of the UberPromoCode class");
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the UberPromoCode class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #4
0
 public Generator()
 {
     fieldGeneratorRequestId = new JSONHoldingStringGenerator("field \"RequestId\" of the UberCompositeRequest class");
     fieldGeneratorStatus    = new FieldHoldingGeneratorStatus("field \"Status\" of the UberCompositeRequest class");
     fieldGeneratorArrivalEstimateInMinutes = new JSONHoldingNumberTextGenerator("field \"ArrivalEstimateInMinutes\" of the UberCompositeRequest class");
     fieldGeneratorVehicle         = new UberVehicleJSON.HoldingGenerator("field \"Vehicle\" of the UberCompositeRequest class", false);
     fieldGeneratorSurgeMultiplier = new JSONHoldingNumberTextGenerator("field \"SurgeMultiplier\" of the UberCompositeRequest class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the UberCompositeRequest class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #5
0
 public Generator()
 {
     fieldGeneratorStatus          = new FieldHoldingGeneratorStatus("field \"Status\" of the SportsSeriesStatusNew class");
     fieldGeneratorSpecialGameType = new SportsPlayoffSpecialGameJSON.HoldingGenerator("field \"SpecialGameType\" of the SportsSeriesStatusNew class", false);
     fieldGeneratorTeams           = new SportsTeamNewJSON.HoldingArrayGenerator("field \"Teams\" of the SportsSeriesStatusNew class", false);
     fieldGeneratorScore           = new FieldHoldingArrayGeneratorScore("field \"Score\" of the SportsSeriesStatusNew class");
     fieldGeneratorSoccerAwayGoals = new FieldHoldingArrayGeneratorSoccerAwayGoals("field \"SoccerAwayGoals\" of the SportsSeriesStatusNew class");
     fieldGeneratorGamesIndices    = new FieldHoldingArrayGeneratorGamesIndices("field \"GamesIndices\" of the SportsSeriesStatusNew class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the SportsSeriesStatusNew class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #6
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;
 }
Пример #7
0
 public Generator() : base(false)
 {
     fieldGeneratorStatus  = new FieldHoldingGeneratorStatus("field \"Status\" of the UberCancelInformationNugget class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the UberCancelInformationNugget class");
 }
Пример #8
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorStatus  = new FieldHoldingGeneratorStatus("field \"Status\" of the UberCancelInformationNugget class");
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the UberCancelInformationNugget class");
 }