Ejemplo n.º 1
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorURL     = new JSONHoldingStringGenerator("field \"URL\" of the SportsSportImage class");
     fieldGeneratorWidth   = new FieldHoldingGeneratorWidth("field \"Width\" of the SportsSportImage class");
     fieldGeneratorHeight  = new FieldHoldingGeneratorHeight("field \"Height\" of the SportsSportImage class");
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the SportsSportImage class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 2
0
 public Generator()
 {
     fieldGeneratorURL     = new JSONHoldingStringGenerator("field \"URL\" of the SportsTeamLogo class");
     fieldGeneratorWidth   = new FieldHoldingGeneratorWidth("field \"Width\" of the SportsTeamLogo class");
     fieldGeneratorHeight  = new FieldHoldingGeneratorHeight("field \"Height\" of the SportsTeamLogo class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the SportsTeamLogo class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 3
0
 public Generator()
 {
     fieldGeneratorURL                = new JSONHoldingStringGenerator("field \"URL\" of the SportsPlayerImage class");
     fieldGeneratorWidth              = new FieldHoldingGeneratorWidth("field \"Width\" of the SportsPlayerImage class");
     fieldGeneratorHeight             = new FieldHoldingGeneratorHeight("field \"Height\" of the SportsPlayerImage class");
     fieldGeneratorIsPlaceholderImage = new JSONHoldingBooleanGenerator("field \"IsPlaceholderImage\" of the SportsPlayerImage class");
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the SportsPlayerImage class");
     allow_incomplete = false;
     allow_unpolished = false;
 }