Class RentalBicycle
This is a specific Bicycle that can be leased from rental stations.
Inheritance
System.Object
RentalBicycle
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHBicycleModel.Rental
Assembly: SOHBicycleModel.dll
Syntax
public class RentalBicycle : Bicycle, ISpatialGraphEntity, IEntity, IModelObject, IPositionable, IVehicleEntrance<IBicycleSteeringCapable, IPassengerCapable, BicycleSteeringHandle, BicyclePassengerHandle>, IRentalBicycle
Properties
| Improve this Doc View SourceBicycleRentalLayer
This is a specific Bicycle that can be leased from rental stations.
Declaration
public IBicycleRentalLayer BicycleRentalLayer { get; set; }
Property Value
| Type | Description |
|---|---|
| IBicycleRentalLayer |
BicycleRentalStation
This is a specific Bicycle that can be leased from rental stations.
Declaration
public BicycleRentalStation BicycleRentalStation { get; set; }
Property Value
| Type | Description |
|---|---|
| BicycleRentalStation |
Methods
| Improve this Doc View SourceCreateSteeringHandle(IBicycleSteeringCapable)
This is a specific Bicycle that can be leased from rental stations.
Declaration
protected override BicycleSteeringHandle CreateSteeringHandle(IBicycleSteeringCapable driver)
Parameters
| Type | Name | Description |
|---|---|---|
| IBicycleSteeringCapable | driver |
Returns
| Type | Description |
|---|---|
| BicycleSteeringHandle |