<< Click to Display Table of Contents >>
TaskHolidayGroupInfo
This class defines a task holiday group.
Constructor Detail
TaskHolidayGroupInfo
public TaskHolidayGroupInfo(string name)
Defines the group of task holidays. The task holiday means the date when the task will not be performed.
Parameters:
name - The task holiday group name
Property Detail
Name
public string Name
The task holiday group name.
References
public string[] References
The task holiday name that the task holiday group refers to.
Method Detail
AddReference
public void AddReference(string[] names)
Registers the task holiday name that the task holiday group refers to.
Parameters:
names - The task holiday name
RemoveReferences
public void RemoveReferences(string[] names)
Deletes the task holiday name that the task holiday group refers to.
Parameters:
names - The task holiday name
ClearReferences
public void ClearReferences()
Deletes all task holiday names that the task holiday group refers to.