Пример #1
0
 public Generator() : base(false)
 {
     fieldGeneratorDestinationIsNow   = new JSONHoldingBooleanGenerator("field \"DestinationIsNow\" of the AgeCalculatorRequestedDateOutOfBounds class");
     fieldGeneratorDestinationIsToday = new JSONHoldingBooleanGenerator("field \"DestinationIsToday\" of the AgeCalculatorRequestedDateOutOfBounds class");
     fieldGeneratorDatesSpecified     = new FieldHoldingGeneratorDatesSpecified("field \"DatesSpecified\" of the AgeCalculatorRequestedDateOutOfBounds class");
     fieldGeneratorPerspective        = new AgeCalculatorPerspectiveJSON.HoldingGenerator("field \"Perspective\" of the AgeCalculatorRequestedDateOutOfBounds class", false);
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the AgeCalculatorRequestedDateOutOfBounds class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorMode       = new FieldHoldingGeneratorMode("field \"Mode\" of the AgeCalculatorStartCommand class");
     fieldGeneratorUnderstood = new JSONHoldingBooleanGenerator("field \"Understood\" of the AgeCalculatorStartCommand class");
     fieldGeneratorInvalidBornDateWasGiven = new JSONHoldingBooleanGenerator("field \"InvalidBornDateWasGiven\" of the AgeCalculatorStartCommand class");
     fieldGeneratorDestinationDate         = new DateAndOrTimeJSON.HoldingGenerator("field \"DestinationDate\" of the AgeCalculatorStartCommand class", false);
     fieldGeneratorDestinationIsNow        = new JSONHoldingBooleanGenerator("field \"DestinationIsNow\" of the AgeCalculatorStartCommand class");
     fieldGeneratorDestinationIsToday      = new JSONHoldingBooleanGenerator("field \"DestinationIsToday\" of the AgeCalculatorStartCommand class");
     fieldGeneratorNowDate     = new DateAndOrTimeJSON.HoldingGenerator("field \"NowDate\" of the AgeCalculatorStartCommand class", false);
     fieldGeneratorPerspective = new AgeCalculatorPerspectiveJSON.HoldingGenerator("field \"Perspective\" of the AgeCalculatorStartCommand class", false);
     set_what("the AgeCalculatorStartCommand class");
 }