[]
Uses to filter the tasks by resource.
[TypeConverter(typeof(UsingResourceFilterConverter))]
public class UsingResourceFilter : BaseTaskFilter, ICloneable
Name | Description |
---|---|
UsingResourceFilter(C1GanttView, Resource) | Initializes the new UsingResourceFilter object with specific resource. |
UsingResourceFilter(C1GanttView, int) | Initializes the new UsingResourceFilter object with specific resource. |
Name | Description |
---|---|
Resource | Gets or sets the Resource object is used to filter the tasks. |
Name | Description |
---|---|
ApplyFilter(BaseTask) | Applies the filter to a task. |
Clone() | Creates a new object that is a copy of the current instance. |