Exemple #1
0
 public Generator() : base(false)
 {
     fieldGeneratorPreferredProduct = new JSONHoldingStringGenerator("field \"PreferredProduct\" of the UberProductsSpec class");
     fieldGeneratorPickupLocation   = new MapLocationJSON.HoldingGenerator("field \"PickupLocation\" of the UberProductsSpec class", false);
     fieldGeneratorQueryTypes       = new FieldHoldingArrayGeneratorQueryTypes("field \"QueryTypes\" of the UberProductsSpec class");
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the UberProductsSpec class");
 }
Exemple #2
0
 public ElementHandler(FieldHoldingArrayGeneratorQueryTypes init_top)
 {
     top = init_top;
 }