The IPrjProject interface is used to work with the project.
The project is the system of time-bound interrelated tasks that determine project goal. A unique key should be determined for each task in the project using the IPrjTask.Key property.
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: