Interface IParkingCar
Any vehicle that may park on the parking layer must implement this interface.
Namespace: SOHCarModel.Parking
Assembly: SOHCarModel.dll
Syntax
public interface IParkingCar
Properties
| Improve this Doc View SourceCarParkingSpace
Holds a reference to the parking space on that the vehicle is parked (if following the protocol correctly)
Declaration
CarParkingSpace CarParkingSpace { get; set; }
Property Value
Type | Description |
---|---|
CarParkingSpace |