Esempio n. 1
0
 public Generator() : base(false)
 {
     fieldGeneratorUserData           = new BattleshipPlayerDataJSON.HoldingGenerator("field \"UserData\" of the BattleshipDictateCoordinatesCommand class", false);
     fieldGeneratorComputerData       = new BattleshipPlayerDataJSON.HoldingGenerator("field \"ComputerData\" of the BattleshipDictateCoordinatesCommand class", false);
     fieldGeneratorStartDateAndOrTime = new DateAndOrTimeJSON.HoldingGenerator("field \"StartDateAndOrTime\" of the BattleshipDictateCoordinatesCommand class", false);
     fieldGeneratorCount   = new FieldHoldingGeneratorCount("field \"Count\" of the BattleshipDictateCoordinatesCommand class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the BattleshipDictateCoordinatesCommand class");
 }
Esempio n. 2
0
 public Generator()
 {
     fieldGeneratorPassengerType = new FlightPassengerTypeJSON.HoldingGenerator("field \"PassengerType\" of the FlightPassengerTypeCount class", false);
     fieldGeneratorCount         = new FieldHoldingGeneratorCount("field \"Count\" of the FlightPassengerTypeCount class");
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the FlightPassengerTypeCount class");
     allow_incomplete = false;
     allow_unpolished = false;
 }