FilespecsAutoScheduleHierarchy Class |
Namespace: ParaPlan.Entities
public class AutoScheduleHierarchy
The FilespecsAutoScheduleHierarchy type exposes the following members.
| Name | Description | |
|---|---|---|
| FilespecsAutoScheduleHierarchy | Initializes a new instance of the FilespecsAutoScheduleHierarchy class |
| Name | Description | |
|---|---|---|
| DispatcherResponseTime |
The amount of time (in seconds) that the dispatcher has to assign a new trip before it falls to the next scheduling heirarchy. Set to 0 for a forever wait
| |
| DispatcherShouldSchedule |
If the dispatcher should be given the opportunity to schedule new trips before the autoschedule kicks in
| |
| DriverResponseTime |
The amount of time (in seconds) that the drivers have to assign a new trip before it falls to the next scheduling heirarchy. Set to 0 for a forever wait
| |
| DriverShouldSchedule |
If the active drivers should be given the opportunity to scheduling incoming trips before autoschedule kicks in
| |
| DriversToAsk |
The top closest active drivers to ask for new trip assignment. Set to 0 to include all drivers
| |
| EmailNotificationOfAutoSchedule |
Who the system should notify that a trip has been autoschedule
| |
| EmailNotificationOfTripsForDispatcher | ||
| Hierarchy |
The order in which to apply the autoschedule heirarchy. Default is dispatcher, driver, system
| |
| ShouldSenseDispatcherPresence |
If the system will attempt to skip the dispatcher if there is not an recent activity
| |
| SystemShouldAutoSchedule |
If the system should autoschedule
|
| Name | Description | |
|---|---|---|
| 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.) | |
| 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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |