Example #1
0
 public Generator()
 {
     fieldGeneratorUberRequestsSpec = new UberRequestsSpecJSON.HoldingGenerator("field \"UberRequestsSpec\" of the TypeNativeData class", false);
     fieldGeneratorUberProducts     = new UberCompositeProductsJSON.HoldingGenerator("field \"UberProducts\" of the TypeNativeData class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Example #2
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorUberRequestsSpec = new UberRequestsSpecJSON.HoldingGenerator("field \"UberRequestsSpec\" of the TypeNativeData class", ignore_extras);
     fieldGeneratorUberProducts     = new UberCompositeProductsJSON.HoldingGenerator("field \"UberProducts\" of the TypeNativeData class", ignore_extras);
     fieldGeneratorCause            = new JSONHoldingStringGenerator("field \"Cause\" of the TypeNativeData class");
     unknownFieldGenerator          = new UnknownFieldGenerator(ignore_extras);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Example #3
0
 public Generator()
 {
     fieldGeneratorNextState        = new FieldHoldingGeneratorNextState("field \"NextState\" of the UberRequestsContext class");
     fieldGeneratorSurgeMultiplier  = new JSONHoldingNumberTextGenerator("field \"SurgeMultiplier\" of the UberRequestsContext class");
     fieldGeneratorUberRequestsSpec = new UberRequestsSpecJSON.HoldingGenerator("field \"UberRequestsSpec\" of the UberRequestsContext class", false);
     fieldGeneratorUberProducts     = new UberCompositeProductsJSON.HoldingGenerator("field \"UberProducts\" of the UberRequestsContext class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the UberRequestsContext class");
     allow_incomplete = false;
     allow_unpolished = false;
 }