コード例 #1
0
 public Generator() : base(false)
 {
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlWindowCommand class");
     fieldGeneratorMovementAmount  = new JSONHoldingNumberTextGenerator("field \"MovementAmount\" of the CarControlWindowCommand class");
     fieldGeneratorWindowSelection = new CarWindowSelectionJSON.HoldingGenerator("field \"WindowSelection\" of the CarControlWindowCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the CarControlWindowCommand class");
 }
コード例 #2
0
 public Generator()
 {
     fieldGeneratorCommandKind     = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the CarControlWindowConversationState class");
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlWindowConversationState class");
     fieldGeneratorWindowSelection = new CarWindowSelectionJSON.HoldingGenerator("field \"WindowSelection\" of the CarControlWindowConversationState class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the CarControlWindowConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }