示例#1
0
 public Generator() : base(false)
 {
     fieldGeneratorCommandType   = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlSeatHeaterCommand class");
     fieldGeneratorSeatSelection = new CarSeatSelectionJSON.HoldingGenerator("field \"SeatSelection\" of the CarControlSeatHeaterCommand class", false);
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the CarControlSeatHeaterCommand class");
 }
示例#2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorCommandType   = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlSeatHeaterCommand class");
     fieldGeneratorSeatSelection = new CarSeatSelectionJSON.HoldingGenerator("field \"SeatSelection\" of the CarControlSeatHeaterCommand class", ignore_extras);
     unknownFieldGenerator       = new UnknownFieldGenerator(ignore_extras);
     set_what("the CarControlSeatHeaterCommand class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorCommandType    = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlSeatCommand class");
     fieldGeneratorMovementAmount = new JSONHoldingNumberTextGenerator("field \"MovementAmount\" of the CarControlSeatCommand class");
     fieldGeneratorSeatSelection  = new CarSeatSelectionJSON.HoldingGenerator("field \"SeatSelection\" of the CarControlSeatCommand class", false);
     unknownFieldGenerator        = new UnknownFieldGenerator(false);
     set_what("the CarControlSeatCommand class");
 }