City Based Parking and Routing System API Documentation

ParkingSlot Constructor 

Default constructor

public ParkingSlot(
   IVehicle vehicle,
   IParking parking
);

Parameters

vehicle
The vehicle in the current slot.
parking
The parking at which the vehicle is parked.

See Also

ParkingSlot Class | CBPRS.Parking Namespace