TrackingCondition クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

abstractまたはActivityTrackingLocationを制約するために使用できる比較を表すUserTrackingLocation基底クラス。

public ref class TrackingCondition abstract
[System.Serializable]
public abstract class TrackingCondition
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public abstract class TrackingCondition
[<System.Serializable>]
type TrackingCondition = class
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type TrackingCondition = class
Public MustInherit Class TrackingCondition
継承
TrackingCondition
派生
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

TrackingCondition は、 ActivityTrackingCondition の派生元となる抽象基底クラスです。

TrackingConditionは、Memberを適用して、Valueの値とOperatorの値を比較することによって評価されます。

コンストラクター

名前 説明
TrackingCondition()
古い.

派生クラスで実装されている場合は、 TrackingCondition クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Member
古い.

派生クラスでオーバーライドされた場合、値を比較するメンバーの名前を取得または設定します。

Operator
古い.

派生クラスでオーバーライドされると、比較で使用する演算子を取得または設定します。

Value
古い.

派生クラスでオーバーライドされると、比較する値を取得または設定します。

メソッド

名前 説明
Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

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

(継承元 Object)

適用対象