Click or drag to resize
ParaPlan Logo

FilespecsAutoScheduleHierarchy Class

Properties specific to the autoschedule hierarchy
Inheritance Hierarchy
SystemObject
  ParaPlan.EntitiesFilespecsAutoScheduleHierarchy

Namespace:  ParaPlan.Entities
Assembly:  ParaPlanDll (in ParaPlanDll.dll) Version: 4.0.8861.21698
Syntax
public class AutoScheduleHierarchy

The FilespecsAutoScheduleHierarchy type exposes the following members.

Constructors
  NameDescription
Public methodFilespecsAutoScheduleHierarchy
Initializes a new instance of the FilespecsAutoScheduleHierarchy class
Top
Properties
  NameDescription
Public propertyDispatcherResponseTime
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
Public propertyDispatcherShouldSchedule
If the dispatcher should be given the opportunity to schedule new trips before the autoschedule kicks in
Public propertyDriverResponseTime
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
Public propertyDriverShouldSchedule
If the active drivers should be given the opportunity to scheduling incoming trips before autoschedule kicks in
Public propertyDriversToAsk
The top closest active drivers to ask for new trip assignment. Set to 0 to include all drivers
Public propertyEmailNotificationOfAutoSchedule
Who the system should notify that a trip has been autoschedule
Public propertyEmailNotificationOfTripsForDispatcher
Public propertyHierarchy
The order in which to apply the autoschedule heirarchy. Default is dispatcher, driver, system
Public propertyShouldSenseDispatcherPresence
If the system will attempt to skip the dispatcher if there is not an recent activity
Public propertySystemShouldAutoSchedule
If the system should autoschedule
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also