Example #1
0
 public Generator() : base(false)
 {
     fieldGeneratorInputData = new GeonameFactsInputDataJSON.HoldingArrayGenerator("field \"InputData\" of the GeonameFactsInformationNugget class", false);
     fieldGeneratorResults   = new GeonameObjectJSON.HoldingArrayGenerator("field \"Results\" of the GeonameFactsInformationNugget class", false);
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the GeonameFactsInformationNugget class");
 }
Example #2
0
 public Generator()
 {
     fieldGeneratorGeonameFactsCommandKind = new FieldHoldingGeneratorGeonameFactsCommandKind("field \"GeonameFactsCommandKind\" of the GeonameFactsQueryState class");
     fieldGeneratorGeonames          = new GeonameObjectJSON.HoldingArrayGenerator("field \"Geonames\" of the GeonameFactsQueryState class", false);
     fieldGeneratorGeonameAttributes = new GeonameAttributeWithArgumentsJSON.HoldingArrayGenerator("field \"GeonameAttributes\" of the GeonameFactsQueryState class", false);
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     set_what("the GeonameFactsQueryState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }