Пример #1
0
 public Generator() : base(false)
 {
     fieldGeneratorCurrentDateAndTime            = new FlightTimesJSON.HoldingGenerator("field \"CurrentDateAndTime\" of the FlightStatusInformationNugget class", false);
     fieldGeneratorFlightTravelLocationForClient = new FlightTravelLocationJSON.HoldingGenerator("field \"FlightTravelLocationForClient\" of the FlightStatusInformationNugget class", false);
     fieldGeneratorFlightStatusSearchResults     = new FlightStatusSearchResultJSON.HoldingArrayGenerator("field \"FlightStatusSearchResults\" of the FlightStatusInformationNugget class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the FlightStatusInformationNugget class");
 }
Пример #2
0
 public Generator()
 {
     fieldGeneratorCurrentDateAndTime            = new FlightTimesJSON.HoldingGenerator("field \"CurrentDateAndTime\" of the TypeNativeData class", false);
     fieldGeneratorFlightTravelLocationForClient = new FlightTravelLocationJSON.HoldingGenerator("field \"FlightTravelLocationForClient\" of the TypeNativeData class", false);
     fieldGeneratorFlightStatusSearchResults     = new FlightStatusSearchResultJSON.HoldingArrayGenerator("field \"FlightStatusSearchResults\" of the TypeNativeData class", false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }