GraphicalIndicatorCriteriaValue
Contents
[
Hide
]GraphicalIndicatorCriteriaValue class
Represents a value used in condition check of graphical indicators criteria.
The GraphicalIndicatorCriteriaValue type exposes the following members:
Constructors
| Name | Description | 
|---|---|
| GraphicalIndicatorCriteriaValue(value) | Creates an instance of GraphicalIndicatorCriteriaValue class with constant decimal value. | 
| GraphicalIndicatorCriteriaValue(date_value) | Creates an instance of GraphicalIndicatorCriteriaValue class with constant DateTime value. | 
| GraphicalIndicatorCriteriaValue(text_value) | Creates an instance of GraphicalIndicatorCriteriaValue class with constant string value. | 
| GraphicalIndicatorCriteriaValue(duration_value) | Creates an instance of GraphicalIndicatorCriteriaValue class with constant Duration value. | 
| GraphicalIndicatorCriteriaValue(flag_value) | Creates an instance of GraphicalIndicatorCriteriaValue class with constant flag (bool) value. | 
Properties
| Name | Description | 
|---|---|
| raw_value | Gets the underlying constant of Field value. | 
| is_field_link | Gets whether the current instance is a field link (represents a value of a field). | 
Methods
| Name | Description | 
|---|---|
| create_field_link(field) | Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project’s field. | 
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks