GraphicalIndicatorCriteriaValue

GraphicalIndicatorCriteriaValue class

Represents a value used in condition check of graphical indicators criteria.

The GraphicalIndicatorCriteriaValue type exposes the following members:

Constructors

NameDescription
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

NameDescription
raw_valueGets the underlying constant of Field value.
is_field_linkGets whether the current instance is a field link (represents a value of a field).

Methods

NameDescription
create_field_link(field)Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project’s field.

See Also