예제 #1
0
 public Generator() : base(false)
 {
     fieldGeneratorMapLocationSpecs     = new MapLocationWithDescriptionJSON.HoldingArrayGenerator("field \"MapLocationSpecs\" of the ShowMapInformationNugget class", false);
     fieldGeneratorRequestedCoordinates = new JSONHoldingBooleanGenerator("field \"RequestedCoordinates\" of the ShowMapInformationNugget class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the ShowMapInformationNugget class");
 }
예제 #2
0
 public Generator()
 {
     fieldGeneratorMapLocationSpecs = new MapLocationWithDescriptionJSON.HoldingArrayGenerator("field \"MapLocationSpecs\" of the ShowMapQueryState class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the ShowMapQueryState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #3
0
 public Generator()
 {
     fieldGeneratorMapLocationSpecs     = new MapLocationWithDescriptionJSON.HoldingArrayGenerator("field \"MapLocationSpecs\" of the TypeNativeData class", false);
     fieldGeneratorRequestedCoordinates = new JSONHoldingBooleanGenerator("field \"RequestedCoordinates\" of the TypeNativeData class");
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }