Flight Card
FlightCard is intended to display flight information in a structured user-friendly manner. Below are the properties exposed for this purpose. Specific for the FlightCard card is that it exposes the Flights collection which is an IList of FlightInfo objects.
FlightInfo
- DepartureCity
- DepartureAirport
- DepartureDateTime
- ArrivalCity
- ArrivalAirport
- ArrivalDateTime
FlightCard
- PassengerName
- Total
- IList
A sample FlightCard can be defined as follows.