Class GraphicalIndicatorCriteriaValue

Class GraphicalIndicatorCriteriaValue

Nazwa przestrzeń: Aspose.Tasks Zgromadzenie: Aspose.Tasks.dll (25.4.0)

Przedstawia wartość stosowaną w kontroli warunków kryteriów wskaźników graficznych.

public sealed class GraphicalIndicatorCriteriaValue

Inheritance

object GraphicalIndicatorCriteriaValue

Dziedziczeni członkowie

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

Constructors

GraphicalIndicatorCriteriaValue(dziesiątki)

Tworzy instancję klasy GraphicalIndicatorCriteriaValue z stałą wartością dziesiątkową.

public GraphicalIndicatorCriteriaValue(decimal value)

Parameters

value decimal

GraphicalIndicatorCriteriaValue(DateTime)

Tworzy instancję klasy GraphicalIndicatorCriteriaValue z stałą wartością DateTime.

public GraphicalIndicatorCriteriaValue(DateTime dateValue)

Parameters

dateValue DateTime

GraphicalIndicatorCriteriaValue(strumień)

Tworzy przykład klasy GraphicalIndicatorCriteriaValue z stałą wartością łańcucha.

public GraphicalIndicatorCriteriaValue(string textValue)

Parameters

textValue string

GraphicalIndicatorCriteriaValue(Duration)

Tworzy przykład klasy GraphicalIndicatorCriteriaValue z stałą wartością Czas trwania.

public GraphicalIndicatorCriteriaValue(Duration durationValue)

Parameters

durationValue Duration

GraphicalIndicatorCriteriaValue(Bool)

Tworzy przykład klasy GraphicalIndicatorCriteriaValue z stałą wartością flagi (bool).

public GraphicalIndicatorCriteriaValue(bool flagValue)

Parameters

flagValue bool

Properties

IsFieldLink

Odkrywa, czy bieżąca instancja jest łącznikiem pola (reprezentuje wartość pola).

public bool IsFieldLink { get; }

Wartość nieruchomości

bool

RawValue

Otrzymuje podstawową stałą wartości pola.

public object RawValue { get; }

Wartość nieruchomości

object

Methods

CreateFieldLink(Field)

Tworzy przykład klasy GraphicalIndicatorCriteriaValue reprezentującej wartość określonego pola MS Project.

public static GraphicalIndicatorCriteriaValue CreateFieldLink(Field field)

Parameters

field Field

Returns

GraphicalIndicatorCriteriaValue

Przykład klasy GraphicalIndicatorCriteriaValue reprezentująca wartość określonego pola.

ToString()

Powraca pasek, który reprezentuje aktualny obiekt.

public override string ToString()

Returns

string

Strumień, który reprezentuje aktualny obiekt.

 Polski