예제 #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");
 }
예제 #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");
 }
예제 #3
0
 public Generator()
 {
     fieldGeneratorUberProductsSpec = new UberProductsSpecJSON.HoldingGenerator("field \"UberProductsSpec\" of the UberProductsContext class", false);
     fieldGeneratorUberProducts     = new UberCompositeProductsJSON.HoldingGenerator("field \"UberProducts\" of the UberProductsContext class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the UberProductsContext class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #4
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorUberProductsSpec = new UberProductsSpecJSON.HoldingGenerator("field \"UberProductsSpec\" 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;
 }