Filter
Contents
[
Hide
]Filter class
Represents a filter in Project .
Methods
| Name | Description |
|---|---|
| CompareTo | Compares this instance to the specified instance of the Filter class and returns an indication of their relative order. |
| Equals (2 overloads) | Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object. |
| get_Criteria | Gets the criteria that tasks or resources must meet to be displayed in MSP view. |
| get_FilterType | Gets the type of the filter. |
| get_Index | Gets the index of a Filter object in the Filters containing object. |
| get_Name | Gets the name of a Filter object. |
| get_ShowInMenu | Gets a value indicating whether project shows the filter name in the Filter drop-down list on the View tab of the Ribbon. |
| get_ShowRelatedSummaryRows | Gets a value indicating whether related summary rows are displayed for the filter. |
| get_Uid | Gets the unique identifier of a filter. |
| GetHashCode | Returns a hash code value for the filter. |
| set_Criteria | Sets the criteria that tasks or resources must meet to be displayed in MSP view. |
| set_FilterType | Gets the type of the filter. |
| set_Name | Sets the name of a Filter object. |
| set_ShowInMenu | Sets a value indicating whether project shows the filter name in the Filter drop-down list on the View tab of the Ribbon. |
| set_ShowRelatedSummaryRows | Sets a value indicating whether related summary rows are displayed for the filter. |