Class GraphicalIndicatorCriteriaValue

Class GraphicalIndicatorCriteriaValue

名称: Aspose.Tasks 合計: Aspose.Tasks.dll (25.4.0)

グラフィック指標の条件チェックに使用される値を表します。

public sealed class GraphicalIndicatorCriteriaValue

Inheritance

object GraphicalIndicatorCriteriaValue

相続人

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

Constructors

GraphicalIndicatorCriteriaValue(デシマル)

GraphicalIndicatorCriteriaValue クラスの例を作成し、恒久的な十数値を有する。

public GraphicalIndicatorCriteriaValue(decimal value)

Parameters

value decimal

GraphicalIndicatorCriteriaValue(DateTime)

GraphicalIndicatorCriteriaValue クラスの例を作成し、DateTime 値が常に表示されます。

public GraphicalIndicatorCriteriaValue(DateTime dateValue)

Parameters

dateValue DateTime

GraphicalIndicatorCriteriaValue(ストレッチ)

GraphicalIndicatorCriteriaValue クラスの例を作成し、恒久的なストレージ値を持っています。

public GraphicalIndicatorCriteriaValue(string textValue)

Parameters

textValue string

GraphicalIndicatorCriteriaValue(Duration)

GraphicalIndicatorCriteriaValue クラスの例を作成し、持続期間値を固定します。

public GraphicalIndicatorCriteriaValue(Duration durationValue)

Parameters

durationValue Duration

GraphicalIndicatorCriteriaValue(ボール)

GraphicalIndicatorCriteriaValue クラスの例を作成し、フラッグ(ボール)値が恒久的に表示されます。

public GraphicalIndicatorCriteriaValue(bool flagValue)

Parameters

flagValue bool

Properties

IsFieldLink

現在の例がフィールドリンクであるかどうかを確認します(フィールドの値を表します)。

public bool IsFieldLink { get; }

不動産価値

bool

RawValue

フィールド値の基本コンスタンダを得る。

public object RawValue { get; }

不動産価値

object

Methods

CreateFieldLink(Field)

指定された MS プロジェクトのフィールドの価値を表す GraphicalIndicatorCriteriaValue クラスの例を作成します。

public static GraphicalIndicatorCriteriaValue CreateFieldLink(Field field)

Parameters

field Field

Returns

GraphicalIndicatorCriteriaValue

GraphicalIndicatorCriteriaValue クラスは、指定されたフィールドの値を表します。

ToString()

現在のオブジェクトを表す線を返します。

public override string ToString()

Returns

string

現在のオブジェクトを表すシート。

 日本語