Documentation of the CarRentalAgentService

VehicleFeature Constructor

Initializes a new instance of the VehicleFeature class.

Overload List

Initializes a new instance of the VehicleFeature class.

public VehicleFeature();

Initializes a new instance of the VehicleFeature class using data from the given data object.

public VehicleFeature(IVehicleFeature);

Constructor. Initializes this vehicle feature with data taken fromn the given struct.

public VehicleFeature(VehicleFeatureRecord);

Initializes a new instance of the VehicleFeature class with the values handed over.

public VehicleFeature(Int64,String,String);

See Also

VehicleFeature Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace