Ejemplo n.º 1
0
 public Generator() : base(false)
 {
     fieldGeneratorUberProductsSpec = new UberProductsSpecJSON.HoldingGenerator("field \"UberProductsSpec\" of the UberProductsInformationNugget class", false);
     fieldGeneratorUberProducts     = new UberCompositeProductsJSON.HoldingGenerator("field \"UberProducts\" of the UberProductsInformationNugget class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the UberProductsInformationNugget class");
 }
Ejemplo n.º 2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorUberProductsSpec = new UberProductsSpecJSON.HoldingGenerator("field \"UberProductsSpec\" of the UberProductsInformationNugget class", ignore_extras);
     fieldGeneratorUberProducts     = new UberCompositeProductsJSON.HoldingGenerator("field \"UberProducts\" of the UberProductsInformationNugget class", ignore_extras);
     unknownFieldGenerator          = new UnknownFieldGenerator(ignore_extras);
     set_what("the UberProductsInformationNugget class");
 }
Ejemplo n.º 3
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;
 }
Ejemplo n.º 4
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorUberProductsSpec = new UberProductsSpecJSON.HoldingGenerator("field \"UberProductsSpec\" of the UberProductsContext class", ignore_extras);
     fieldGeneratorUberProducts     = new UberCompositeProductsJSON.HoldingGenerator("field \"UberProducts\" of the UberProductsContext class", ignore_extras);
     unknownFieldGenerator          = new UnknownFieldGenerator(ignore_extras);
     set_what("the UberProductsContext class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 5
0
 public Generator()
 {
     fieldGeneratorUberEstimatesSpec = new UberEstimatesSpecJSON.HoldingGenerator("field \"UberEstimatesSpec\" of the UberEstimatesContext class", false);
     fieldGeneratorUberProducts      = new UberCompositeProductsJSON.HoldingGenerator("field \"UberProducts\" of the UberEstimatesContext class", false);
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     set_what("the UberEstimatesContext class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 6
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;
 }
Ejemplo n.º 7
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;
 }