RecurringTaskParameters
Contents
[
Hide
]RecurringTaskParameters class
Represents the set of parameters are used to create a recurring task in a project.
Constructors
| Name | Description |
|---|---|
| RecurringTaskParameters | Initializes a new instance of the RecurringTaskParameters class. |
Methods
| Name | Description |
|---|---|
| get_Duration | Gets the duration for one occurrence of the recurring task. |
| get_IgnoreResourceCalendar | Gets a value indicating whether to schedule the recurring task even if it does not happen when any resources are available to work on it. |
| get_RecurrencePattern | Gets the recurrence pattern of the recurring task. |
| get_TaskName | Gets the name of the recurring task. |
| set_Duration | Sets the duration for one occurrence of the recurring task. |
| set_IgnoreResourceCalendar | Sets a value indicating whether to schedule the recurring task even if it does not happen when any resources are available to work on it. |
| set_RecurrencePattern | Sets the recurrence pattern of the recurring task. |
| set_TaskName | Sets the name of the recurring task. |
| SetCalendar | Set a calendar for recurring task. The calendar is selected from project calendar collection. |