Class GraphicalIndicatorCriteriaValue

Class GraphicalIndicatorCriteriaValue

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

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

public sealed class GraphicalIndicatorCriteriaValue

Inheritance

objectGraphicalIndicatorCriteriaValue

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

GraphicalIndicatorCriteriaValue(decimal)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant decimal value.

public GraphicalIndicatorCriteriaValue(decimal value)

Parameters

value decimal

GraphicalIndicatorCriteriaValue(DateTime)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant DateTime value.

public GraphicalIndicatorCriteriaValue(DateTime dateValue)

Parameters

dateValue DateTime

GraphicalIndicatorCriteriaValue(string)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant string value.

public GraphicalIndicatorCriteriaValue(string textValue)

Parameters

textValue string

GraphicalIndicatorCriteriaValue(Duration)

Creates an instance of GraphicalIndicatorCriteriaValue class with constant Duration value.

public GraphicalIndicatorCriteriaValue(Duration durationValue)

Parameters

durationValue Duration

GraphicalIndicatorCriteriaValue(bool)

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

public GraphicalIndicatorCriteriaValue(bool flagValue)

Parameters

flagValue bool

Properties

IsFieldLink

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

public bool IsFieldLink { get; }

Property Value

bool

RawValue

Gets the underlying constant of Field value.

public object RawValue { get; }

Property Value

object

Methods

CreateFieldLink(Field)

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

public static GraphicalIndicatorCriteriaValue CreateFieldLink(Field field)

Parameters

field Field

Returns

GraphicalIndicatorCriteriaValue

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

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.