public Generator() : base(false)
 {
     fieldGeneratorDeviceSpecifier = new HomeAutomationDeviceSpecifierJSON.HoldingGenerator("field \"DeviceSpecifier\" of the HomeAutomationQueryCommand class", false);
     fieldGeneratorHint            = new HomeAutomationQueryHintJSON.HoldingGenerator("field \"Hint\" of the HomeAutomationQueryCommand class", false);
     fieldGeneratorQueryResult     = new HomeAutomationActionResultJSON.HoldingGenerator("field \"QueryResult\" of the HomeAutomationQueryCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationQueryCommand class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorOperation       = new HomeAutomationOperationJSON.HoldingGenerator("field \"Operation\" of the HomeAutomationControlCommand class", false);
     fieldGeneratorDeviceSpecifier = new HomeAutomationDeviceSpecifierJSON.HoldingGenerator("field \"DeviceSpecifier\" of the HomeAutomationControlCommand class", false);
     fieldGeneratorControlResult   = new HomeAutomationActionResultJSON.HoldingGenerator("field \"ControlResult\" of the HomeAutomationControlCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     keyGenerator = new JSONHoldingStringGenerator("key field \"HomeAutomationControlCommandKind\" of the HomeAutomationControlCommand class");
     set_what("the HomeAutomationControlCommand class");
 }
Beispiel #3
0
 public Generator() : base(false)
 {
     fieldGeneratorDeviceSpecifier = new HomeAutomationDeviceSpecifierJSON.HoldingGenerator("field \"DeviceSpecifier\" of the HomeAutomationListUserDataCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationListUserDataCommand class");
 }
Beispiel #4
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorDeviceSpecifier = new HomeAutomationDeviceSpecifierJSON.HoldingGenerator("field \"DeviceSpecifier\" of the HomeAutomationListUserDataCommand class", ignore_extras);
     unknownFieldGenerator         = new UnknownFieldGenerator(ignore_extras);
     set_what("the HomeAutomationListUserDataCommand class");
 }