Class GraphicalIndicatorCriteriaValue
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Reprezentuje wartość używaną w sprawdzaniu warunków kryteriów wskaźników graficznych.
public sealed class GraphicalIndicatorCriteriaValue
Dziedziczenie
object ← GraphicalIndicatorCriteriaValue
Członkowie dziedziczeni
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktory
GraphicalIndicatorCriteriaValue(decimal)
Tworzy instancję klasy GraphicalIndicatorCriteriaValue z stałą wartością dziesiętną.
public GraphicalIndicatorCriteriaValue(decimal value)
Parametry
value
decimal
GraphicalIndicatorCriteriaValue(DateTime)
Tworzy instancję klasy GraphicalIndicatorCriteriaValue z stałą wartością DateTime.
public GraphicalIndicatorCriteriaValue(DateTime dateValue)
Parametry
dateValue
DateTime
GraphicalIndicatorCriteriaValue(string)
Tworzy instancję klasy GraphicalIndicatorCriteriaValue z stałą wartością string.
public GraphicalIndicatorCriteriaValue(string textValue)
Parametry
textValue
string
GraphicalIndicatorCriteriaValue(Duration)
Tworzy instancję klasy GraphicalIndicatorCriteriaValue z stałą wartością Duration.
public GraphicalIndicatorCriteriaValue(Duration durationValue)
Parametry
durationValue
Duration
GraphicalIndicatorCriteriaValue(bool)
Tworzy instancję klasy GraphicalIndicatorCriteriaValue z wartością flagi (bool).
public GraphicalIndicatorCriteriaValue(bool flagValue)
Parametry
flagValue
bool
Właściwości
IsFieldLink
Zwraca, czy bieżąca instancja jest linkiem do pola (reprezentuje wartość pola).
public bool IsFieldLink { get; }
Wartość właściwości
RawValue
Zwraca podstawową stałą wartość pola.
public object RawValue { get; }
Wartość właściwości
Metody
CreateFieldLink(Field)
Tworzy instancję klasy GraphicalIndicatorCriteriaValue reprezentującą wartość określonego pola MS Project.
public static GraphicalIndicatorCriteriaValue CreateFieldLink(Field field)
Parametry
field
Field
Zwraca
GraphicalIndicatorCriteriaValue
instancję klasy GraphicalIndicatorCriteriaValue reprezentującą wartość określonego pola.
ToString()
Zwraca ciąg, który reprezentuje bieżący obiekt.
public override string ToString()
Zwraca
Ciąg, który reprezentuje bieżący obiekt.