示例#1
0
 public Generator() : base(false)
 {
     fieldGeneratorOperation = new FieldHoldingGeneratorOperation("field \"Operation\" of the BasicBinaryOperationQuantity class");
     fieldGeneratorLeft      = new QuantityJSON.HoldingGenerator("field \"Left\" of the BasicBinaryOperationQuantity class", false);
     fieldGeneratorRight     = new QuantityJSON.HoldingGenerator("field \"Right\" of the BasicBinaryOperationQuantity class", false);
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the BasicBinaryOperationQuantity class");
 }
示例#2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorOperation = new FieldHoldingGeneratorOperation("field \"Operation\" of the BasicBinaryOperationQuantity class");
     fieldGeneratorLeft      = new QuantityJSON.HoldingGenerator("field \"Left\" of the BasicBinaryOperationQuantity class", ignore_extras);
     fieldGeneratorRight     = new QuantityJSON.HoldingGenerator("field \"Right\" of the BasicBinaryOperationQuantity class", ignore_extras);
     unknownFieldGenerator   = new UnknownFieldGenerator(ignore_extras);
     set_what("the BasicBinaryOperationQuantity class");
 }
示例#3
0
 public Generator() : base(false)
 {
     fieldGeneratorBase    = new QuantityJSON.HoldingGenerator("field \"Base\" of the ApproximateQuantity class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the ApproximateQuantity class");
 }
示例#4
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorBase    = new QuantityJSON.HoldingGenerator("field \"Base\" of the ApproximateQuantity class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the ApproximateQuantity class");
 }