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");
 }
Esempio n. 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()
 {
     fieldGeneratorCommandKind            = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the HomeAutomationConversationStateData class");
     fieldGeneratorCompactDeviceSpecifier = new HomeAutomationCompactDeviceSpecifierJSON.HoldingGenerator("field \"CompactDeviceSpecifier\" of the HomeAutomationConversationStateData class", false);
     fieldGeneratorFilter        = new HomeAutomationQueryHintJSON.HoldingGenerator("field \"Filter\" of the HomeAutomationConversationStateData class", false);
     fieldGeneratorNegativeDelta = new JSONHoldingBooleanGenerator("field \"NegativeDelta\" of the HomeAutomationConversationStateData class");
     fieldGeneratorColor         = new ColorJSON.HoldingGenerator("field \"Color\" of the HomeAutomationConversationStateData class", false);
     fieldGeneratorTurboMode     = new HomeAutomationTurboModeJSON.HoldingGenerator("field \"TurboMode\" of the HomeAutomationConversationStateData class", false);
     fieldGeneratorChannel       = new HomeAutomationTVChannelJSON.HoldingGenerator("field \"Channel\" of the HomeAutomationConversationStateData class", false);
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationConversationStateData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }