Fleetmanager Class |
Namespace: ParaPlanREST.Models
[SerializableAttribute] public class Fleetmanager : RESTModelBase
The Fleetmanager type exposes the following members.
Name | Description | |
---|---|---|
Fleetmanager | Initializes a new instance of the Fleetmanager class | |
Fleetmanager(TripBase) | Initializes a new instance of the Fleetmanager class |
Name | Description | |
---|---|---|
assignedTrips | ||
driverID | ||
driverName | ||
driverPhone | ||
endTime |
When the route ends
| |
endTimeJson | ||
endTimeUTC | ||
errorMessage | (Inherited from RESTModelBase.) | |
fleetmanagerID |
Datatbase ID
| |
gps | ||
nameWithTP | ||
odometerEnd | ||
odometerStart | ||
preferredZone |
The preferred zone for this route to be working in
| |
routeId | ||
routeName | ||
savedToHistory | ||
startTime |
When the route starts
| |
startTimeJson | ||
startTimeUTC | ||
stopsExecuted | ||
stopsNoShow | ||
stopsPending | ||
stopsTotal | ||
success | (Inherited from RESTModelBase.) | |
tokenExists | (Inherited from RESTModelBase.) | |
tokenIsValid | (Inherited from RESTModelBase.) | |
vehicleID | ||
vehicleMake | ||
vehicleModel | ||
vehicleName | ||
vehicleSeats | ||
vehicleWCSeats | ||
vehicleYear |
Name | Description | |
---|---|---|
CanProceed | (Inherited from RESTModelBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Fleetmanagers(ListFleetManager) | ||
Fleetmanagers(ListTripBase, ListFleetManager) | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToFleetManagerEntity | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |