|
Aspose.Tasks for C++
|
Represents a value used in condition check of graphical indicators criteria. More...
#include <GraphicalIndicatorCriteriaValue.h>
Inherits Object.
Public Member Functions | |
| System::SharedPtr< System::Object > | get_RawValue () const |
| Gets the underlying constant of Field value. More... | |
| bool | get_IsFieldLink () const |
| Gets whether the current instance is a field link (represents a value of a field). More... | |
| GraphicalIndicatorCriteriaValue (System::Decimal value) | |
| Creates an instance of GraphicalIndicatorCriteriaValue class with constant decimal value. More... | |
| GraphicalIndicatorCriteriaValue (System::DateTime dateValue) | |
| Creates an instance of GraphicalIndicatorCriteriaValue class with constant DateTime value. More... | |
| GraphicalIndicatorCriteriaValue (const System::String &textValue) | |
| Creates an instance of GraphicalIndicatorCriteriaValue class with constant string value. More... | |
| GraphicalIndicatorCriteriaValue (Duration durationValue) | |
| Creates an instance of GraphicalIndicatorCriteriaValue class with constant Duration value. More... | |
| GraphicalIndicatorCriteriaValue (bool flagValue) | |
| Creates an instance of GraphicalIndicatorCriteriaValue class with constant flag (bool) value. More... | |
| System::String | ToString () const override |
| Returns a string that represents the current object. More... | |
Static Public Member Functions | |
| static System::SharedPtr< GraphicalIndicatorCriteriaValue > | CreateFieldLink (Field field) |
| Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project's field. More... | |
Represents a value used in condition check of graphical indicators criteria.
| Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue | ( | System::Decimal | value | ) |
Creates an instance of GraphicalIndicatorCriteriaValue class with constant decimal value.
| Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue | ( | System::DateTime | dateValue | ) |
Creates an instance of GraphicalIndicatorCriteriaValue class with constant DateTime value.
| Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue | ( | const System::String & | textValue | ) |
Creates an instance of GraphicalIndicatorCriteriaValue class with constant string value.
| Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue | ( | Duration | durationValue | ) |
Creates an instance of GraphicalIndicatorCriteriaValue class with constant Duration value.
| Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue | ( | bool | flagValue | ) |
Creates an instance of GraphicalIndicatorCriteriaValue class with constant flag (bool) value.
|
static |
Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project's field.
| field |
| bool Aspose::Tasks::GraphicalIndicatorCriteriaValue::get_IsFieldLink | ( | ) | const |
Gets whether the current instance is a field link (represents a value of a field).
| System::SharedPtr<System::Object> Aspose::Tasks::GraphicalIndicatorCriteriaValue::get_RawValue | ( | ) | const |
Gets the underlying constant of Field value.
|
override |
Returns a string that represents the current object.