public Generator() : base(false) { fieldGeneratorIsRelative = new JSONHoldingBooleanGenerator("field \"IsRelative\" of the ClientGoCommand class"); fieldGeneratorIndex = new FieldHoldingGeneratorIndex("field \"Index\" of the ClientGoCommand class"); unknownFieldGenerator = new UnknownFieldGenerator(false); set_what("the ClientGoCommand class"); }
public Generator() { fieldGeneratorIndex = new FieldHoldingGeneratorIndex("field \"Index\" of the PlaylistStateItem class"); fieldGeneratorID = new JSONHoldingStringGenerator("field \"ID\" of the PlaylistStateItem class"); fieldGeneratorMusicService = new MusicThirdPartyJSON.HoldingGenerator("field \"MusicService\" of the PlaylistStateItem class", false); unknownFieldGenerator = new UnknownFieldGenerator(false); set_what("the PlaylistStateItem class"); allow_incomplete = false; allow_unpolished = false; }
public Generator() { fieldGeneratorIndex = new FieldHoldingGeneratorIndex("field \"Index\" of the UserAppParsingItem class"); fieldGeneratorPlatform = new FieldHoldingGeneratorPlatform("field \"Platform\" of the UserAppParsingItem class"); fieldGeneratorAppID = new JSONHoldingStringGenerator("field \"AppID\" of the UserAppParsingItem class"); fieldGeneratorAliasMatched = new JSONHoldingBooleanGenerator("field \"AliasMatched\" of the UserAppParsingItem class"); fieldGeneratorPopularityMeasure = new JSONHoldingNumberTextGenerator("field \"PopularityMeasure\" of the UserAppParsingItem class"); unknownFieldGenerator = new UnknownFieldGenerator(false); set_what("the UserAppParsingItem class"); allow_incomplete = false; allow_unpolished = false; }
public Generator() { fieldGeneratorFormat = new FieldHoldingGeneratorFormat("field \"Format\" of the HoundUpdate class"); fieldGeneratorFormatVersion = new FieldHoldingGeneratorFormatVersion("field \"FormatVersion\" of the HoundUpdate class"); fieldGeneratorIndex = new FieldHoldingGeneratorIndex("field \"Index\" of the HoundUpdate class"); fieldGeneratorResult = new CommandResultJSON.HoldingGenerator("field \"Result\" of the HoundUpdate class", false); fieldGeneratorIsFinal = new JSONHoldingBooleanGenerator("field \"IsFinal\" of the HoundUpdate class"); unknownFieldGenerator = new UnknownFieldGenerator(false); set_what("the HoundUpdate class"); allow_incomplete = false; allow_unpolished = false; }