Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleContext

This class wraps the series of reservations to be validated.

Properties

Code Block
List<List<B25.BulkReservationValidator.Reservation>> reservationSeries

This is a nested list of B25.BulkReservationValidator.Reservation instances, which are the wrappers around the reservations to be validated.

Info

Reservations in the same list will be conflict checked as if they would be inserted together, so if they overlap they could conflict with each other. Reservations in separate lists will not conflict with each other.

Expand
titleResult

This is a dummy class without properties. This allows us to add properties later without changing the method signature. For now, developers can ignore the result, because the detected are added to the individual B25.BulkReservationValidator.Reservation instances that were passed as the input.

...