Example #1
0
 public Generator() : base(false)
 {
     fieldGeneratorKeyFieldName = new JSONHoldingStringGenerator("field \"KeyFieldName\" of the UserContactsModifyRequest class");
     fieldGeneratorMatchValue   = new JSONHoldingValueGenerator("field \"MatchValue\" of the UserContactsModifyRequest class");
     fieldGeneratorNewFieldData = new JSONHoldingObjectValueGenerator("field \"NewFieldData\" of the UserContactsModifyRequest class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the UserContactsModifyRequest class");
 }
Example #2
0
 public Generator()
 {
     fieldGeneratorWhatUserCallsUs = new JSONHoldingStringGenerator("field \"WhatUserCallsUs\" of the UserParsingData class");
     fieldGeneratorRealmData       = new JSONHoldingObjectValueGenerator("field \"RealmData\" of the UserParsingData class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the UserParsingData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorID                = new FieldHoldingGeneratorID("field \"ID\" of the Food class");
     fieldGeneratorQuantity          = new JSONHoldingNumberTextGenerator("field \"Quantity\" of the Food class");
     fieldGeneratorNDB_No            = new JSONHoldingStringGenerator("field \"NDB_No\" of the Food class");
     fieldGeneratorSizeIndex         = new FieldHoldingGeneratorSizeIndex("field \"SizeIndex\" of the Food class");
     fieldGeneratorNameIncludesUnits = new JSONHoldingBooleanGenerator("field \"NameIncludesUnits\" of the Food class");
     fieldGeneratorExclude           = new JSONHoldingBooleanGenerator("field \"Exclude\" of the Food class");
     fieldGeneratorSpokenNoSize      = new JSONHoldingStringGenerator("field \"SpokenNoSize\" of the Food class");
     fieldGeneratorWrittenNoSize     = new JSONHoldingStringGenerator("field \"WrittenNoSize\" of the Food class");
     fieldGeneratorWikiUrl           = new JSONHoldingStringGenerator("field \"WikiUrl\" of the Food class");
     fieldGeneratorImageUrl          = new JSONHoldingStringGenerator("field \"ImageUrl\" of the Food class");
     fieldGeneratorAllSizes          = new FoodSizeJSON.HoldingArrayGenerator("field \"AllSizes\" of the Food class", false);
     fieldGeneratorNutrients         = new NutrientJSON.HoldingArrayGenerator("field \"Nutrients\" of the Food class", false);
     fieldGeneratorNutrientNameToID  = new JSONHoldingObjectValueGenerator("field \"NutrientNameToID\" of the Food class");
     set_what("the Food class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Example #4
0
 public Generator() : base(false)
 {
     fieldGeneratorNativeData = new JSONHoldingObjectValueGenerator("field \"NativeData\" of the TimerStartModeCommand class");
     unknownFieldGenerator    = new UnknownFieldGenerator(false);
     set_what("the TimerStartModeCommand class");
 }
Example #5
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorNativeData = new JSONHoldingObjectValueGenerator("field \"NativeData\" of the TimerStartModeCommand class");
     unknownFieldGenerator    = new UnknownFieldGenerator(ignore_extras);
     set_what("the TimerStartModeCommand class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorNativeData = new JSONHoldingObjectValueGenerator("field \"NativeData\" of the AlarmNotUnderstoodCommand class");
     unknownFieldGenerator    = new UnknownFieldGenerator(false);
     set_what("the AlarmNotUnderstoodCommand class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorNativeData = new JSONHoldingObjectValueGenerator("field \"NativeData\" of the AlarmNotUnderstoodCommand class");
     unknownFieldGenerator    = new UnknownFieldGenerator(ignore_extras);
     set_what("the AlarmNotUnderstoodCommand class");
 }