public Generator() : base(false)
 {
     fieldGeneratorNumber           = new JSONHoldingStringGenerator("field \"Number\" of the DialNumberCommand class");
     fieldGeneratorNumberDerivation = new DerivationJSON.HoldingGenerator("field \"NumberDerivation\" of the DialNumberCommand class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the DialNumberCommand class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorNumber           = new JSONHoldingStringGenerator("field \"Number\" of the DialNumberCommand class");
     fieldGeneratorNumberDerivation = new DerivationJSON.HoldingGenerator("field \"NumberDerivation\" of the DialNumberCommand class", ignore_extras);
     unknownFieldGenerator          = new UnknownFieldGenerator(ignore_extras);
     set_what("the DialNumberCommand class");
 }
Пример #3
0
 public Generator() : base(false)
 {
     fieldGeneratorWhatInformation  = new WhatInformationJSON.HoldingGenerator("field \"WhatInformation\" of the GeneralizedThingInformationNugget class", false);
     fieldGeneratorGeneralizedThing = new GeneralizedThingJSON.HoldingGenerator("field \"GeneralizedThing\" of the GeneralizedThingInformationNugget class", false);
     fieldGeneratorDerivation       = new DerivationJSON.HoldingGenerator("field \"Derivation\" of the GeneralizedThingInformationNugget class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     keyGenerator = new JSONHoldingStringGenerator("key field \"GeneralizedThingNuggetKind\" of the GeneralizedThingInformationNugget class");
     set_what("the GeneralizedThingInformationNugget class");
 }
Пример #4
0
 public Generator()
 {
     fieldGeneratorPhoneNumber = new JSONHoldingStringGenerator("field \"PhoneNumber\" of the PhoneNumber class");
     fieldGeneratorDerivation  = new DerivationJSON.HoldingGenerator("field \"Derivation\" of the PhoneNumber class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the PhoneNumber class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #5
0
 public Generator()
 {
     fieldGeneratorGeneralizedThing = new GeneralizedThingJSON.HoldingGenerator("field \"GeneralizedThing\" of the DerivedGeneralizedThing class", false);
     fieldGeneratorDerivation       = new DerivationJSON.HoldingGenerator("field \"Derivation\" of the DerivedGeneralizedThing class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the DerivedGeneralizedThing class");
     allow_incomplete = false;
     allow_unpolished = false;
 }