public Generator() : base(false)
 {
     fieldGeneratorCompactDeviceSpecifier = new HomeAutomationCompactDeviceSpecifierJSON.HoldingGenerator("field \"CompactDeviceSpecifier\" of the HomeAutomationQueryDisambiguateSpecifierCommand class", false);
     fieldGeneratorHint        = new HomeAutomationQueryHintJSON.HoldingGenerator("field \"Hint\" of the HomeAutomationQueryDisambiguateSpecifierCommand class", false);
     fieldGeneratorAmbiguities = new HomeAutomationAmbiguityListJSON.HoldingGenerator("field \"Ambiguities\" of the HomeAutomationQueryDisambiguateSpecifierCommand class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationQueryDisambiguateSpecifierCommand class");
 }
Exemple #2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorCompactDeviceSpecifier = new HomeAutomationCompactDeviceSpecifierJSON.HoldingGenerator("field \"CompactDeviceSpecifier\" of the HomeAutomationControlDisambiguateSpecifierCommand class", ignore_extras);
     fieldGeneratorOperation   = new HomeAutomationOperationJSON.HoldingGenerator("field \"Operation\" of the HomeAutomationControlDisambiguateSpecifierCommand class", ignore_extras);
     fieldGeneratorAmbiguities = new HomeAutomationAmbiguityListJSON.HoldingGenerator("field \"Ambiguities\" of the HomeAutomationControlDisambiguateSpecifierCommand class", ignore_extras);
     unknownFieldGenerator     = new UnknownFieldGenerator(ignore_extras);
     set_what("the HomeAutomationControlDisambiguateSpecifierCommand class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorAmbiguities = new HomeAutomationAmbiguityListJSON.HoldingGenerator("field \"Ambiguities\" of the HomeAutomationDisambiguateSpecifierData class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationDisambiguateSpecifierData class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorAmbiguities = new HomeAutomationAmbiguityListJSON.HoldingGenerator("field \"Ambiguities\" of the HomeAutomationDisambiguateSpecifierData class", ignore_extras);
     unknownFieldGenerator     = new UnknownFieldGenerator(ignore_extras);
     set_what("the HomeAutomationDisambiguateSpecifierData class");
 }