Beispiel #1
0
 public Generator() : base(false)
 {
     fieldGeneratorUserData           = new BattleshipPlayerDataJSON.HoldingGenerator("field \"UserData\" of the BattleshipInvalidCoordinatesCommand class", false);
     fieldGeneratorComputerData       = new BattleshipPlayerDataJSON.HoldingGenerator("field \"ComputerData\" of the BattleshipInvalidCoordinatesCommand class", false);
     fieldGeneratorStartDateAndOrTime = new DateAndOrTimeJSON.HoldingGenerator("field \"StartDateAndOrTime\" of the BattleshipInvalidCoordinatesCommand class", false);
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the BattleshipInvalidCoordinatesCommand class");
 }
Beispiel #2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
   {
     fieldGeneratorUserData = new BattleshipPlayerDataJSON.HoldingGenerator("field \"UserData\" of the BattleshipPlayCommand class", ignore_extras);
     fieldGeneratorComputerData = new BattleshipPlayerDataJSON.HoldingGenerator("field \"ComputerData\" of the BattleshipPlayCommand class", ignore_extras);
     fieldGeneratorStartDateAndOrTime = new DateAndOrTimeJSON.HoldingGenerator("field \"StartDateAndOrTime\" of the BattleshipPlayCommand class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the BattleshipPlayCommand class");
   }