示例#1
0
 public Generator() : base(false)
 {
     fieldGeneratorPlayerID        = new JSONHoldingStringGenerator("field \"PlayerID\" of the SportsPlayersArgumentPlayer class");
     fieldGeneratorPlayerLeague    = new SportsLeagueCodeJSON.HoldingGenerator("field \"PlayerLeague\" of the SportsPlayersArgumentPlayer class", false);
     fieldGeneratorResultReference = new JSONHoldingBooleanGenerator("field \"ResultReference\" of the SportsPlayersArgumentPlayer class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the SportsPlayersArgumentPlayer class");
 }
示例#2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorTeamID          = new JSONHoldingStringGenerator("field \"TeamID\" of the SportsPlayersArgumentTeam class");
     fieldGeneratorTeamLeague      = new SportsLeagueCodeJSON.HoldingGenerator("field \"TeamLeague\" of the SportsPlayersArgumentTeam class", ignore_extras);
     fieldGeneratorResultReference = new JSONHoldingBooleanGenerator("field \"ResultReference\" of the SportsPlayersArgumentTeam class");
     unknownFieldGenerator         = new UnknownFieldGenerator(ignore_extras);
     set_what("the SportsPlayersArgumentTeam class");
 }
示例#3
0
 public Generator()
 {
     fieldGeneratorID      = new JSONHoldingStringGenerator("field \"ID\" of the TypePlayers class");
     fieldGeneratorLeague  = new SportsLeagueCodeJSON.HoldingGenerator("field \"League\" of the TypePlayers class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the TypePlayers class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
示例#4
0
 public Generator()
 {
     fieldGeneratorName           = new JSONHoldingStringGenerator("field \"Name\" of the SportsTeamNew class");
     fieldGeneratorNameShort      = new JSONHoldingStringGenerator("field \"NameShort\" of the SportsTeamNew class");
     fieldGeneratorAlias          = new JSONHoldingStringGenerator("field \"Alias\" of the SportsTeamNew class");
     fieldGeneratorLeague         = new SportsLeagueCodeJSON.HoldingGenerator("field \"League\" of the SportsTeamNew class", false);
     fieldGeneratorLatitude       = new JSONHoldingNumberTextGenerator("field \"Latitude\" of the SportsTeamNew class");
     fieldGeneratorLongitude      = new JSONHoldingNumberTextGenerator("field \"Longitude\" of the SportsTeamNew class");
     fieldGeneratorDivision       = new SportsLeagueDivisionJSON.HoldingGenerator("field \"Division\" of the SportsTeamNew class", false);
     fieldGeneratorToBeDetermined = new JSONHoldingBooleanGenerator("field \"ToBeDetermined\" of the SportsTeamNew class");
     fieldGeneratorLogos          = new SportsTeamLogoJSON.HoldingArrayGenerator("field \"Logos\" of the SportsTeamNew class", false);
     fieldGeneratorID             = new JSONHoldingStringGenerator("field \"ID\" of the SportsTeamNew class");
     unknownFieldGenerator        = new UnknownFieldGenerator(false);
     set_what("the SportsTeamNew class");
     allow_incomplete = false;
     allow_unpolished = false;
 }