The following tables list the members exposed by IProjectTask.
Name | Description | |
---|---|---|
ActualDuration | Returns or sets the amount of time that has been completed so far. | |
ActualFinish | Returns or sets the date when the task has been completed. | |
ActualStart | Returns or sets the date on which the task had started. | |
CalculatedFinish | Returns or sets the calculated date representing the finish date where the task should be displayed in the UI. | |
CalculatedStart | Returns or sets the calculated date representing the starting date where the task should be displayed in the UI. | |
CompleteThrough | Returns the date representing the point up to which actuals have been reported for a task. | |
ConstraintDate | Returns or sets the date used when enforcing the ConstraintType | |
ConstraintType | Returns or sets the type of scheduling constraint to be placed on the task. | |
Deadline | Returns or sets a target date indicating when the task should be completed. | |
DurationFormat | Returns or sets the format for the duration for the task. | |
EarlyFinish | A calculated field that indicates the earliest date that a task could finish based on the predecessors and constraints. | |
EarlyStart | A calculated field that indicates the earliest date that a task could begin based on the predecessors and constraints. | |
FinishSlack | Returns the duration between the EarlyFinish and LateFinish dates. | |
FreeSlack | Returns the amount of time that a task can be delayed without delaying any Successors or affecting the project's finish date. | |
Id | Returns the calculated identifier number that is assigned to each task. | |
IsActive | Returns or sets a boolean indicating if the task is cancelled. | |
IsBarHidden | Returns or sets a boolean indicating if the Gantt bars for the task are hidden. | |
IsCritical | Returns a boolean indicating if the task has some room to slip or if it is on the critical path. | |
IsEstimated | Returns a boolean indicating if the duration is marked as an estimate. | |
IsExpanded | Returns a boolean indicating if the task is expanded. | |
IsManual | Returns or sets a boolean indicating if the task is scheduled manually or automatically. | |
IsMarked | Returns or sets a boolean indicating if the task is marked for further action. | |
IsMilestone | Returns or sets a boolean indicating if the task represents a major event in the project. | |
IsPlaceholder | Returns a boolean indicating if the ManualStart, ManualFinish or ManualDuration does not have a specific value and therefore there is not enough information to schedule the task. | |
IsReadOnly | Returns a boolean indicating if the task's properties may be modified. | |
IsSummary | Returns a boolean indicating if the task is a summary task - i.e. there are child tasks in the Tasks. | |
LateFinish | A calculated field that indicates the latest date that a task could finish without delaying the project finish. | |
LateStart | A calculated field that indicates the latest date that a task could begin based on the predecessors, successors and constraints without delaying the project. | |
ManualDuration | Returns or sets a value that represents the duration of the task. | |
ManualFinish | Returns or sets the end date and time of the task. | |
ManualStart | Returns or sets the start date and time of the task. | |
Notes | Returns or sets a string representing some notes or comments for the task. | |
OutlineLevel | Returns or sets the current outline level of the node. | |
PercentComplete | Returns or sets a value between 0 and 100 inclusive that represents the percentage of the duration that has been completed. | |
PredecessorsIdText | Returns or sets a string representing the associated ProjectTaskDependency instances for the predecessors | |
Project | Returns the associated project containing the task. | |
RemainingDuration | Returns or sets the amount of time that is required to complete the unfinished portion of the task. | |
Resources | Returns a collection of the resources assigned to a given task. | |
ResourcesText | Returns or sets the string representation of the Resources | |
ScheduledDuration | Returns or sets the amount of time that is required to complete the unfinished portion of the task. | |
ScheduledFinish | Returns or sets the date on which the task is scheduled to be completed. | |
ScheduledStart | Returns or sets the date on which the task is scheduled to be started. | |
StartSlack | Returns the duration between the EarlyStart and LateStart dates. | |
SuccessorsIdText | Returns or sets a string representing the associated ProjectTaskDependency instances for the successors | |
TaskName | Returns or sets the TaskName of the task. | |
Tasks | Returns the collection of child ProjectTask instances | |
TotalSlack | Returns the total amount of time that a task can be delayed without delaying the project. |