Documentation of the CarRentalAgentService

Vehicle Constructor (VehicleRecord, VehicleTypeRecord, VehicleCategoryRecord, VehicleBuildRecord)

Initializes a new instance of the Vehicle class.

public Vehicle(
   VehicleRecord vehicle,
   VehicleTypeRecord typeView,
   VehicleCategoryRecord veh_category,
   VehicleBuildRecord veh_build
);

Parameters

VehicleRecord
The internal vehicle record where this vehicle operates upon.
VehicleTypeRecord
The internal vehicle type record where this vehicle operates upon.
VehicleCategoryRecord
VehicleBuildRecord

See Also

Vehicle Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Vehicle Constructor Overload List