GraphicalIndicatorCriteria
Contents
[
Hide
]GraphicalIndicatorCriteria class
Represents one graphical indicator criteria associated with an extended attribute.
The GraphicalIndicatorCriteria type exposes the following members:
Constructors
Name | Description |
---|---|
GraphicalIndicatorCriteria(row_type, test, image_index, value1, value2) | Initializes a new instance of the GraphicalIndicatorCriteria type. |
GraphicalIndicatorCriteria(row_type, test, image_index, value) | Initializes a new instance of the GraphicalIndicatorCriteria type. |
Properties
Name | Description |
---|---|
test | Gets the type of comparison made between extended attribute’s value and Values that acts as a criteria for the application of the graphical indicator. FilterComparisonType |
value1 | Gets the value used to test extended attribute’s value. |
value2 | Gets the second value used to test extended attribute’s value in case of ‘IsWithin’ and ‘IsNotWithin’ comparison types. |
image_index | Gets the index of the image to display when the field meets the criteria. |
row_type | Gets the value of GraphicalIndicatorCriteriaType enum which denotes for which rows the indicator is applied. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks