Class RentalBicycle
This is a specific
Bicycle that can be leased from rental stations.
Inheritance
RentalBicycle
Assembly: SOHBicycleModel.dll
Syntax
public class RentalBicycle : Bicycle, IRentalBicycle
Properties
BicycleRentalLayer
Declaration
public IBicycleRentalLayer BicycleRentalLayer { get; set; }
Property Value
BicycleRentalStation
Declaration
public BicycleRentalStation BicycleRentalStation { get; set; }
Property Value
Methods
CreateSteeringHandle(IBicycleSteeringCapable)
Declaration
protected override BicycleSteeringHandle CreateSteeringHandle(IBicycleSteeringCapable driver)
Parameters
Returns
Overrides
Implements