Initializes a new instance of the VehicleFeature class.
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);
VehicleFeature Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace