Esempio n. 1
0
 public Generator()
 {
     fieldGeneratorUberRequestsSpec = new UberRequestsSpecJSON.HoldingGenerator("field \"UberRequestsSpec\" of the TypeNativeData class", false);
     fieldGeneratorUberProduct      = new UberCompositeProductJSON.HoldingGenerator("field \"UberProduct\" of the TypeNativeData class", false);
     fieldGeneratorErrors           = new UberRequestFatalErrorsJSON.HoldingGenerator("field \"Errors\" of the TypeNativeData class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Esempio n. 2
0
 public Generator() : base(false)
 {
     fieldGeneratorErrors  = new UberRequestFatalErrorsJSON.HoldingGenerator("field \"Errors\" of the UberApiErrorRequestFailed class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the UberApiErrorRequestFailed class");
 }
Esempio n. 3
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorErrors  = new UberRequestFatalErrorsJSON.HoldingGenerator("field \"Errors\" of the UberApiErrorRequestFailed class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the UberApiErrorRequestFailed class");
 }