Beispiel #1
0
 public Generator() : base(false)
 {
     fieldGeneratorBase     = new GeneralizedThingJSON.HoldingGenerator("field \"Base\" of the AmountProperty class", false);
     fieldGeneratorProperty = new PropertyJSON.HoldingGenerator("field \"Property\" of the AmountProperty class", false);
     fieldGeneratorAmount   = new AmountJSON.HoldingGenerator("field \"Amount\" of the AmountProperty class", false);
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the AmountProperty class");
 }
Beispiel #2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorBase     = new GeneralizedThingJSON.HoldingGenerator("field \"Base\" of the AmountProperty class", ignore_extras);
     fieldGeneratorProperty = new PropertyJSON.HoldingGenerator("field \"Property\" of the AmountProperty class", ignore_extras);
     fieldGeneratorAmount   = new AmountJSON.HoldingGenerator("field \"Amount\" of the AmountProperty class", ignore_extras);
     unknownFieldGenerator  = new UnknownFieldGenerator(ignore_extras);
     set_what("the AmountProperty class");
 }
Beispiel #3
0
 public Generator() : base(false)
 {
     fieldGeneratorValue   = new AmountJSON.HoldingGenerator("field \"Value\" of the AmountPropertyInformationNugget class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the AmountPropertyInformationNugget class");
 }
Beispiel #4
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorValue   = new AmountJSON.HoldingGenerator("field \"Value\" of the AmountPropertyInformationNugget class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the AmountPropertyInformationNugget class");
 }