GraphicalIndicatorCriteria
Contents
[
Hide
]GraphicalIndicatorCriteria class
Represents one graphical indicator criteria associated with an extended attribute.
Constructors
| Name | Description |
|---|---|
| GraphicalIndicatorCriteria (2 overloads) | Initializes a new instance of the GraphicalIndicatorCriteria type. |
Methods
| Name | Description |
|---|---|
| get_ImageIndex | Gets the index of the image to display when the field meets the criteria. |
| get_RowType | Gets the value of GraphicalIndicatorCriteriaType enum which denotes for which rows the indicator is applied. |
| get_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 |
| get_Value1 | Gets the value used to test extended attribute’s value. |
| get_Value2 | Gets the second value used to test extended attribute’s value in case of ‘IsWithin’ and ‘IsNotWithin’ comparison types. |
| ToString | Returns string representation of the instance of the GraphicalIndicatorCriteria class. |