GraphicalIndicatorCriteria

GraphicalIndicatorCriteria class

Represents one graphical indicator criteria associated with an extended attribute.

The GraphicalIndicatorCriteria type exposes the following members:

Constructors

NameDescription
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

NameDescription
testGets 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
value1Gets the value used to test extended attribute’s value.
value2Gets the second value used to test extended attribute’s value in case of ‘IsWithin’ and ‘IsNotWithin’ comparison types.
image_indexGets the index of the image to display when the field meets the criteria.
row_typeGets the value of GraphicalIndicatorCriteriaType enum which denotes for which rows the indicator is applied.

See Also