Documentation of the CarRentalAgentService

EditOption Class

This class represents a option that is possibly editable for an existing Reservation. A list of objects of this type is deliverd within a ReservationEditOptionsResponse as result of a call to GetReservationEditOptions - Method.

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

System.Object
   Data
      EditOption

public class EditOption : 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

EditOptions have been designed to assist frontend developers in building a intuitional edit-process for existing Reservations. Therefore each EditOption groups a set of characteristics of a single Reservation, which may or may not be changed by a call to EditReservation - Method. The information about these groups of characteristics, is contained in OptionType. Whether or not the group is editable is indicated by the corresponding OptionValue.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

EditOption Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | ReservationEditOptionsResponse | EditOptionType | EditOptionValue