Example #1
0
 public Generator() : base(false)
 {
     fieldGeneratorResult      = new JSONHoldingValueGenerator("field \"Result\" of the ClientMatchInformationNugget class");
     fieldGeneratorMatchedItem = new ClientMatchJSON.HoldingGenerator("field \"MatchedItem\" of the ClientMatchInformationNugget class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the ClientMatchInformationNugget class");
 }
Example #2
0
 public Generator() : base(false)
 {
     fieldGeneratorKeyFieldName = new JSONHoldingStringGenerator("field \"KeyFieldName\" of the UserContactsDeleteRequest class");
     fieldGeneratorMatchValue   = new JSONHoldingValueGenerator("field \"MatchValue\" of the UserContactsDeleteRequest class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the UserContactsDeleteRequest class");
 }
Example #3
0
 public Generator()
 {
     fieldGeneratorResult  = new JSONHoldingValueGenerator("field \"Result\" of the TypeNativeData class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Example #4
0
 public Generator() : base(false)
 {
     fieldGeneratorResult      = new JSONHoldingValueGenerator("field \"Result\" of the ClientMatchCommand class");
     fieldGeneratorNativeData  = new TypeNativeDataJSON.HoldingGenerator("field \"NativeData\" of the ClientMatchCommand class", false);
     fieldGeneratorMatchedItem = new ClientMatchJSON.HoldingGenerator("field \"MatchedItem\" of the ClientMatchCommand class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the ClientMatchCommand class");
 }
Example #5
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 #6
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorKeyFieldName   = new JSONHoldingStringGenerator("field \"KeyFieldName\" of the UserContactsFindRequest class");
     fieldGeneratorMatchValue     = new JSONHoldingValueGenerator("field \"MatchValue\" of the UserContactsFindRequest class");
     fieldGeneratorFindNotMatched = new JSONHoldingBooleanGenerator("field \"FindNotMatched\" of the UserContactsFindRequest class");
     unknownFieldGenerator        = new UnknownFieldGenerator(ignore_extras);
     set_what("the UserContactsFindRequest class");
 }
Example #7
0
 public Generator()
 {
     fieldGeneratorHomeAutomationSolution = new HomeAutomationSolutionJSON.HoldingGenerator("field \"HomeAutomationSolution\" of the HomeAutomationGroup class", false);
     fieldGeneratorName         = new JSONHoldingStringGenerator("field \"Name\" of the HomeAutomationGroup class");
     fieldGeneratorID           = new JSONHoldingStringGenerator("field \"ID\" of the HomeAutomationGroup class");
     fieldGeneratorSolutionData = new JSONHoldingValueGenerator("field \"SolutionData\" of the HomeAutomationGroup class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationGroup class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator(bool ignore_extras)
 {
     fieldGeneratorHomeAutomationSolution = new HomeAutomationSolutionJSON.HoldingGenerator("field \"HomeAutomationSolution\" of the HomeAutomationDevice class", ignore_extras);
     fieldGeneratorName         = new JSONHoldingStringGenerator("field \"Name\" of the HomeAutomationDevice class");
     fieldGeneratorID           = new JSONHoldingStringGenerator("field \"ID\" of the HomeAutomationDevice class");
     fieldGeneratorType         = new HomeAutomationDeviceTypeJSON.HoldingGenerator("field \"Type\" of the HomeAutomationDevice class", ignore_extras);
     fieldGeneratorCapabilities = new HomeAutomationOperationJSON.HoldingArrayGenerator("field \"Capabilities\" of the HomeAutomationDevice class", ignore_extras);
     fieldGeneratorProperties   = new HomeAutomationPropertyJSON.HoldingArrayGenerator("field \"Properties\" of the HomeAutomationDevice class", ignore_extras);
     fieldGeneratorSolutionData = new JSONHoldingValueGenerator("field \"SolutionData\" of the HomeAutomationDevice class");
     unknownFieldGenerator      = new UnknownFieldGenerator(ignore_extras);
     set_what("the HomeAutomationDevice class");
     allow_incomplete = false;
     allow_unpolished = false;
 }