City Based Parking and Routing System API Documentation

BusStop Members

BusStop overview

Protected Static Fields

cStoppageTime The default time that a bus stops at a bus stop.

Public Instance Constructors

BusStop Constructor Default constructor

Public Instance Properties

BusRouteId Gets or sets the bus route id to which this bus stop belongs
Cell The cell at which this bus stop can be entered.
FillCell Gets a boolean indicating if the cell should be filled.
Indicator Gets the bus stop legend
Lane Gets or sets the alongside which this bus stop is.
SideColor The color to fill the cell with.
StoppageTime Gets or sets the stoppage time for buses.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

_BusRouteId The route id of which this bus stop is part.
_Cell The cells occupied by this bus stop.
_Lane The lane which is adjacent to this bus stop.
_StoppageTime The period of time that a bus should stop here.
_Vehicle The bus currently waiting at the space.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

BusStop Class | CBPRS.Parking Namespace