ScheduleEngine Class

Automated scheduling engine.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class ScheduleEngine
Inheritance
Object    ScheduleEngine

Constructors

ScheduleEngine Create a new instance of the ScheduleEngine item.
ScheduleEngine(ProjectContext) Create a new instance of the ScheduleEngine item.

Properties

ProjectFile Get/Set a reference to the project file in use for scheduling.

Methods

CalculateTask Calcukate the specified task and its children and dependencies.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also