예제 #1
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;
 }
 public Generator()
 {
     fieldGeneratorQueryType  = new FieldHoldingGeneratorQueryType("field \"QueryType\" of the ChineseZodiacQueryState class");
     fieldGeneratorYear       = new FieldHoldingGeneratorYear("field \"Year\" of the ChineseZodiacQueryState class");
     fieldGeneratorZodiacSign = new JSONHoldingStringGenerator("field \"ZodiacSign\" of the ChineseZodiacQueryState class");
     fieldGeneratorOrdinal    = new FieldHoldingGeneratorOrdinal("field \"Ordinal\" of the ChineseZodiacQueryState class");
     fieldGeneratorYesOrNo    = new JSONHoldingBooleanGenerator("field \"YesOrNo\" of the ChineseZodiacQueryState class");
     unknownFieldGenerator    = new UnknownFieldGenerator(false);
     set_what("the ChineseZodiacQueryState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #3
0
 public Generator() : base(false)
 {
     fieldGeneratorQueryType = new FieldHoldingGeneratorQueryType("field \"QueryType\" of the SportsPlayersArgumentQueryType class");
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the SportsPlayersArgumentQueryType class");
 }
예제 #4
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorQueryType = new FieldHoldingGeneratorQueryType("field \"QueryType\" of the SportsPlayersArgumentQueryType class");
     unknownFieldGenerator   = new UnknownFieldGenerator(ignore_extras);
     set_what("the SportsPlayersArgumentQueryType class");
 }