Exemple #1
0
 public Generator() : base(false)
 {
     fieldGeneratorAreaCode = new FieldHoldingGeneratorAreaCode("field \"AreaCode\" of the AreaCodeCityOfCodeInfoNugget class");
     fieldGeneratorCityName = new JSONHoldingStringArrayGenerator("field \"CityName\" of the AreaCodeCityOfCodeInfoNugget class");
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the AreaCodeCityOfCodeInfoNugget class");
 }
Exemple #2
0
 public Generator()
 {
     fieldGeneratorQueryType = new FieldHoldingGeneratorQueryType("field \"QueryType\" of the AreaCodeQueryState class");
     fieldGeneratorAreaCode  = new FieldHoldingGeneratorAreaCode("field \"AreaCode\" of the AreaCodeQueryState class");
     fieldGeneratorCity      = new JSONHoldingStringGenerator("field \"City\" of the AreaCodeQueryState class");
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the AreaCodeQueryState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }