RecurringTaskParameters
RecurringTaskParameters class
Represents the set of parameters are used to create a recurring task in a project.
public class RecurringTaskParameters
Constructors
Properties
Name |
Description |
Duration { get; set; } |
Gets or sets the duration for one occurrence of the recurring task. The instance of Duration class. |
IgnoreResourceCalendar { get; set; } |
Gets or 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. |
RecurrencePattern { get; set; } |
Gets or sets the recurrence pattern of the recurring task. Can be one of the values of RecurrencePattern enumeration. |
TaskName { get; set; } |
Gets or sets the name of the recurring task. |
Methods
Name |
Description |
SetCalendar(Project, string) |
Set a calendar for recurring task. The calendar is selected from project calendar collection. |
See Also