Aspose.Tasks for C++
Aspose::Tasks::GraphicalIndicatorCriteriaValue Class Referencefinal

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

#include <GraphicalIndicatorCriteriaValue.h>

Inherits System::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< GraphicalIndicatorCriteriaValueCreateFieldLink (Field field)
 Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project's field. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ GraphicalIndicatorCriteriaValue() [1/5]

Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue ( System::Decimal  value)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant decimal value.

◆ GraphicalIndicatorCriteriaValue() [2/5]

Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue ( System::DateTime  dateValue)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant DateTime value.

◆ GraphicalIndicatorCriteriaValue() [3/5]

Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue ( const System::String &  textValue)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant string value.

◆ GraphicalIndicatorCriteriaValue() [4/5]

Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue ( Duration  durationValue)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant Duration value.

◆ GraphicalIndicatorCriteriaValue() [5/5]

Aspose::Tasks::GraphicalIndicatorCriteriaValue::GraphicalIndicatorCriteriaValue ( bool  flagValue)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant flag (bool) value.

Member Function Documentation

◆ CreateFieldLink()

static System::SharedPtr<GraphicalIndicatorCriteriaValue> Aspose::Tasks::GraphicalIndicatorCriteriaValue::CreateFieldLink ( Field  field)
static

Creates an instance of GraphicalIndicatorCriteriaValue class representing the value of the specified MS Project's field.

Parameters
field
Returns
instance of GraphicalIndicatorCriteriaValue class representing the value of the specified field.

◆ get_IsFieldLink()

bool Aspose::Tasks::GraphicalIndicatorCriteriaValue::get_IsFieldLink ( ) const

Gets whether the current instance is a field link (represents a value of a field).

◆ get_RawValue()

System::SharedPtr<System::Object> Aspose::Tasks::GraphicalIndicatorCriteriaValue::get_RawValue ( ) const

Gets the underlying constant of Field value.

◆ ToString()

System::String Aspose::Tasks::GraphicalIndicatorCriteriaValue::ToString ( ) const
override

Returns a string that represents the current object.

Returns
A string that represents the current object.