Example #1
0
 public Generator() : base(false)
 {
     fieldGeneratorCompactDeviceSpecifier = new HomeAutomationCompactDeviceSpecifierJSON.HoldingGenerator("field \"CompactDeviceSpecifier\" of the HomeAutomationControlDisambiguateSpecifierCommand class", false);
     fieldGeneratorOperation   = new HomeAutomationOperationJSON.HoldingGenerator("field \"Operation\" of the HomeAutomationControlDisambiguateSpecifierCommand class", false);
     fieldGeneratorAmbiguities = new HomeAutomationAmbiguityListJSON.HoldingGenerator("field \"Ambiguities\" of the HomeAutomationControlDisambiguateSpecifierCommand class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationControlDisambiguateSpecifierCommand 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");
 }