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