-
-
Constructor Summary
Constructors
Constructor |
Description |
Filter() |
|
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
Description |
int |
compareTo(Filter other) |
Compares this instance to the specified instance of the Filter class and returns an indication of their
relative order.
|
boolean |
equals(Filter other) |
Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.
|
boolean |
equals(Object obj) |
Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.
|
FilterCriteria |
getCriteria() |
Gets the criteria that tasks or resources must meet to be displayed in MSP view.
|
int |
getFilterType() |
Gets the type of the filter.
|
int |
getIndex() |
Gets the index of a Filter object in the Filters containing object.
|
String |
getName() |
Gets the name of a Filter object.
|
Project |
getParentProject() |
Gets the parent of the Filter object.
|
boolean |
getShowInMenu() |
Gets a value indicating whether project shows the filter name in the Filter drop-down list on the View tab of the
Ribbon.
|
boolean |
getShowRelatedSummaryRows() |
Gets a value indicating whether related summary rows are displayed for the filter.
|
int |
getUid() |
Gets the unique identifier of a filter.
|
int |
hashCode() |
Returns a hash code value for the filter.
|
static boolean |
op_Equality(Filter a,
Filter b) |
Returns a value indicating whether this instance is equal to a specified object.
|
static boolean |
op_GreaterThan(Filter a,
Filter b) |
Returns a value indicating whether this instance is greater than a specified object.
|
static boolean |
op_GreaterThanOrEqual(Filter a,
Filter b) |
Returns a value indicating whether this instance is greater than or equal to a specified object.
|
static boolean |
op_Inequality(Filter a,
Filter b) |
Returns a value indicating whether this instance is not equal to a specified object.
|
static boolean |
op_LessThan(Filter a,
Filter b) |
Returns a value indicating whether this instance is less than a specified object.
|
static boolean |
op_LessThanOrEqual(Filter a,
Filter b) |
Returns a value indicating whether this instance is less than or equal to a specified object.
|
void |
setCriteria(FilterCriteria value) |
Sets the criteria that tasks or resources must meet to be displayed in MSP view.
|
void |
setName(String value) |
Sets the name of a Filter object.
|
void |
setShowInMenu(boolean value) |
Sets a value indicating whether project shows the filter name in the Filter drop-down list on the View tab of the
Ribbon.
|
void |
setShowRelatedSummaryRows(boolean value) |
Sets a value indicating whether related summary rows are displayed for the filter.
|
-
-
Method Detail
-
hashCode
public int hashCode()
Returns a hash code value for the filter.
- Overrides:
hashCode
in class Object
- Returns:
- returns a hash code value for this object.