Aspose.Tasks for C++
|
Represents one graphical indicator criteria associated with an extended attribute. More...
#include <GraphicalIndicatorCriteria.h>
Inherits System::Object.
Public Member Functions | |
FilterComparisonType | get_Test () const |
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 More... | |
const System::SharedPtr< GraphicalIndicatorCriteriaValue > & | get_Value1 () const |
Gets the value used to test extended attribute's value. More... | |
const System::SharedPtr< GraphicalIndicatorCriteriaValue > & | get_Value2 () const |
Gets the second value used to test extended attribute's value in case of 'IsWithin' and 'IsNotWithin' comparison types. More... | |
int32_t | get_ImageIndex () const |
Gets the index of the image to display when the field meets the criteria. More... | |
GraphicalIndicatorCriteriaType | get_RowType () const |
Gets the value of GraphicalIndicatorCriteriaType enum which denotes for which rows the indicator is applied. More... | |
GraphicalIndicatorCriteria (GraphicalIndicatorCriteriaType rowType, FilterComparisonType test, int32_t imageIndex, const System::SharedPtr< GraphicalIndicatorCriteriaValue > &value1, const System::SharedPtr< GraphicalIndicatorCriteriaValue > &value2) | |
Initializes a new instance of the GraphicalIndicatorCriteria type. More... | |
GraphicalIndicatorCriteria (GraphicalIndicatorCriteriaType rowType, FilterComparisonType test, int32_t imageIndex, const System::SharedPtr< GraphicalIndicatorCriteriaValue > &value) | |
Initializes a new instance of the GraphicalIndicatorCriteria type. More... | |
System::String | ToString () const override |
Returns string representation of the instance of the FilterCriteria class. More... | |
Represents one graphical indicator criteria associated with an extended attribute.
Aspose::Tasks::GraphicalIndicatorCriteria::GraphicalIndicatorCriteria | ( | GraphicalIndicatorCriteriaType | rowType, |
FilterComparisonType | test, | ||
int32_t | imageIndex, | ||
const System::SharedPtr< GraphicalIndicatorCriteriaValue > & | value1, | ||
const System::SharedPtr< GraphicalIndicatorCriteriaValue > & | value2 | ||
) |
Initializes a new instance of the GraphicalIndicatorCriteria type.
rowType | value of GraphicalIndicatorCriteriaType enum which denotes for which rows the indicator is applied |
test | value of FilterComparisonType denoting the type of comparison performed by the criteria. |
imageIndex | the index of the image to display when the field meets the criteria |
value1 | values used in condition check. |
value2 | second value (end of interval) used in condition check in case of 'IsWithin' and 'IsNotWithing' conditions. |
ArgumentException | Thrown when incorrect combination of arguments is passed to the constructor. |
Aspose::Tasks::GraphicalIndicatorCriteria::GraphicalIndicatorCriteria | ( | GraphicalIndicatorCriteriaType | rowType, |
FilterComparisonType | test, | ||
int32_t | imageIndex, | ||
const System::SharedPtr< GraphicalIndicatorCriteriaValue > & | value | ||
) |
Initializes a new instance of the GraphicalIndicatorCriteria type.
rowType | value of GraphicalIndicatorCriteriaType enum which denotes for which rows the indicator is applied |
test | value of FilterComparisonType denoting the type of comparison performed by the criteria. |
imageIndex | the index of the image to display when the field meets the criteria |
value | value used in condition check. |
ArgumentException | Thrown when incorrect combination of arguments is passed to the constructor. |
ArgumentException | When value of IsWithin of IsNotWithing is passed to test argument. |
int32_t Aspose::Tasks::GraphicalIndicatorCriteria::get_ImageIndex | ( | ) | const |
Gets the index of the image to display when the field meets the criteria.
GraphicalIndicatorCriteriaType Aspose::Tasks::GraphicalIndicatorCriteria::get_RowType | ( | ) | const |
Gets the value of GraphicalIndicatorCriteriaType enum which denotes for which rows the indicator is applied.
FilterComparisonType Aspose::Tasks::GraphicalIndicatorCriteria::get_Test | ( | ) | const |
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
const System::SharedPtr<GraphicalIndicatorCriteriaValue>& Aspose::Tasks::GraphicalIndicatorCriteria::get_Value1 | ( | ) | const |
Gets the value used to test extended attribute's value.
const System::SharedPtr<GraphicalIndicatorCriteriaValue>& Aspose::Tasks::GraphicalIndicatorCriteria::get_Value2 | ( | ) | const |
Gets the second value used to test extended attribute's value in case of 'IsWithin' and 'IsNotWithin' comparison types.
|
override |
Returns string representation of the instance of the FilterCriteria class.