public Generator() : base(false)
 {
     fieldGeneratorChannel         = new FieldHoldingGeneratorChannel("field \"Channel\" of the AMChannelCommand class");
     fieldGeneratorAlreadyOnResult = new DynamicResponseJSON.HoldingGenerator("field \"AlreadyOnResult\" of the AMChannelCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the AMChannelCommand class");
 }
Exemplo n.º 2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorChannel         = new FieldHoldingGeneratorChannel("field \"Channel\" of the SiriusChannelCommand class");
     fieldGeneratorAlreadyOnResult = new DynamicResponseJSON.HoldingGenerator("field \"AlreadyOnResult\" of the SiriusChannelCommand class", ignore_extras);
     unknownFieldGenerator         = new UnknownFieldGenerator(ignore_extras);
     set_what("the SiriusChannelCommand class");
 }
Exemplo n.º 3
0
 public Generator() : base(false)
 {
     fieldGeneratorChannel = new FieldHoldingGeneratorChannel("field \"Channel\" of the SiriusChannelCommandIntent class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the SiriusChannelCommandIntent class");
 }
Exemplo n.º 4
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorChannel = new FieldHoldingGeneratorChannel("field \"Channel\" of the SiriusChannelCommandIntent class");
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the SiriusChannelCommandIntent class");
 }