public Generator() : base(false)
 {
     fieldGeneratorBase     = new DerivedGeneralizedThingJSON.HoldingGenerator("field \"Base\" of the ImplicitPropertyOf class", false);
     fieldGeneratorProperty = new PropertyJSON.HoldingGenerator("field \"Property\" of the ImplicitPropertyOf class", false);
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the ImplicitPropertyOf class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorBase     = new DerivedGeneralizedThingJSON.HoldingGenerator("field \"Base\" of the ImplicitPropertyOf class", ignore_extras);
     fieldGeneratorProperty = new PropertyJSON.HoldingGenerator("field \"Property\" of the ImplicitPropertyOf class", ignore_extras);
     unknownFieldGenerator  = new UnknownFieldGenerator(ignore_extras);
     set_what("the ImplicitPropertyOf class");
 }
Пример #3
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");
 }
Пример #4
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");
 }
Пример #5
0
 public Generator() : base(false)
 {
     fieldGeneratorBase              = new GeneralizedThingJSON.HoldingGenerator("field \"Base\" of the PropertyValueInformationNugget class", false);
     fieldGeneratorProperty          = new PropertyJSON.HoldingGenerator("field \"Property\" of the PropertyValueInformationNugget class", false);
     fieldGeneratorValueSpokenLabel  = new JSONHoldingStringGenerator("field \"ValueSpokenLabel\" of the PropertyValueInformationNugget class");
     fieldGeneratorValueWrittenLabel = new JSONHoldingStringGenerator("field \"ValueWrittenLabel\" of the PropertyValueInformationNugget class");
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     keyGenerator = new JSONHoldingStringGenerator("key field \"PropertyValueKind\" of the PropertyValueInformationNugget class");
     set_what("the PropertyValueInformationNugget class");
 }