Interface IRentalBicycle
This bicycle can be rented at a rental station.
Namespace: SOHBicycleModel.Rental
Assembly: SOHBicycleModel.dll
Syntax
public interface IRentalBicycle
Properties
| Improve this Doc View SourceBicycleRentalLayer
Holds a reference to the IBicycleRentalLayer, which provides access to all
BicycleRentalStation
Declaration
IBicycleRentalLayer BicycleRentalLayer { get; set; }
Property Value
Type | Description |
---|---|
IBicycleRentalLayer |
BicycleRentalStation
Holds a reference to the BicycleRentalStation, where the vehicle is currently located.
Declaration
BicycleRentalStation BicycleRentalStation { get; set; }
Property Value
Type | Description |
---|---|
BicycleRentalStation |