ProjectPlanning > ProjectPlanning Assembly Interfaces > IPrjTask
The IPrjTask interface is used to determine task properties.
A unique key should be determined for each task in the project using the IPrjTask.Key property.
Property name | Brief description | |
![]() |
ConstraintDate | The ConstraintDate property determines a date constraint for task execution. |
![]() |
ConstraintType | The ConstraintType property determines task constraint type time. |
![]() |
Dependencies | The Dependencies property returns the collection of task links with other tasks. |
![]() |
FactPeriod | The FactPeriod property determines actual period of task execution. |
![]() |
ForecastPeriod | The ForecastPeriod property determines a forecasting period of task execution. |
![]() |
Key | The Key property determines unique task key in the project. |
![]() |
Name | The Name property determines task name. |
![]() |
ParentKey | The ParentKey property determines parent task key. |
![]() |
PlanPeriod | The PlanPeriod property determines scheduled task execution period. |
![]() |
WorkOutType | The WorkOutType property determines tasks planning type. |
See also: