The PrjProject class implements the project for network scheduling.
The project is the system of time-bound interrelated tasks that determine project goal.
Constructor name | Brief description | |
Create | The Create constructor creates an instance of the class object. |
Property name | Brief description | |
CalendarOptions | The CalendarOptions property returns calendar settings. | |
Contradictions | The Contradictions property returns the collection of task execution time contradictions. | |
EndDate | The EndDate property returns the project end date based on network scheduling. | |
StartDate | The StartDate property determines project start date. | |
Status | The Status property returns found errors or warnings on creating a project plan. | |
Tasks | The Tasks property returns the tasks collection. | |
UseStartDate | The UseStartDate property determines the use of project start date on adding the first project task. |
Method name | Brief description | |
CheckConstraints | The CheckConstraints method checks whether there are any errors or warnings on creating a project plan. | |
Plan | The Plan method calculates forecasted terms of task execution for the defined plan. |
See also: