FilterCriteria

FilterCriteria class

Defines the criteria that tasks or resources must meet to be displayed in MSP view.

The FilterCriteria type exposes the following members:

Constructors

NameDescription
FilterCriteria()Initializes a new instance of the FilterCriteria class

Properties

NameDescription
operationGets or sets the criterion established with FieldName, Test, and Value relates to other criteria in the filter.
fieldGets or sets a
testGets or sets the type of comparison made between FieldName and Value that acts as selection criteria for the filter.
valuesGets the object values to compare with the value of the field specified with FieldName.
criteria_rowsGets the list of child

Methods

NameDescription
is_field_value()Gets whether the right-hand value of FilterCriteria is a field reference, not a constant value.
set_value_field(value)Sets the field whose value will be compared with the value of the field specified by FieldName.

See Also