GraphicalIndicatorCriteria

GraphicalIndicatorCriteria class

Represents one graphical indicator criteria associated with an extended attribute.

Constructors

NameDescription
GraphicalIndicatorCriteria (2 overloads)Initializes a new instance of the GraphicalIndicatorCriteria type.

Methods

NameDescription
get_ImageIndexGets the index of the image to display when the field meets the criteria.
get_RowTypeGets the value of GraphicalIndicatorCriteriaType enum which denotes for which rows the indicator is applied.
get_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
get_Value1Gets the value used to test extended attribute’s value.
get_Value2Gets the second value used to test extended attribute’s value in case of ‘IsWithin’ and ‘IsNotWithin’ comparison types.
ToStringReturns string representation of the instance of the GraphicalIndicatorCriteria class.