Exemplo n.º 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");
 }
Exemplo n.º 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");
 }