Documentation of the CarRentalAgentService

OperationTimeFrame Class

This class represents an operation time frame for a Location.

For a list of all members of this type, see OperationTimeFrame Members.

System.Object
   Data
      OperationTimeFrame

public class OperationTimeFrame : Data

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The operation timeframes can be requested by a call of GetLocations - Method, for instance. Thereby the WithOperationTimeFrame-Property has to be handed over as "True". Each OperationTimeFrame-object encapsulates a list of OperationTime-objects, whereby the ReservationStatus of a new booking within such a defined timeframe depends on the value of LocationStatus-property of the OperationTimeFrame. Therefore every booking module is able to show a warning to the user if the current selection will result in an invalid CreateReservationV2Request. Nevertheless the opening hours are checked before a new Reservation is stored in the database and a meaningful Error-Message will be provided by the CarRentalAgentService of course.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

OperationTimeFrame Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace