Share via


TrackingCondition 類別

定義

警告

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

代表可用來限制 abstractActivityTrackingLocation 的比較的 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
衍生
屬性

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

TrackingCondition 衍生自 ActivityTrackingCondition 抽象基底類別。

套用 TrackingCondition 來比較 Member 的值和 Value 以評估 Operator

建構函式

TrackingCondition()

在衍生類別中實作時,初始化 TrackingCondition 類別的新執行個體。

屬性

Member

在衍生類別中覆寫時,取得或設定將比較其值的成員名稱。

Operator

在衍生類別中覆寫時,取得或設定在比較中使用的運算子。

Value

在衍生類別中覆寫時,取得或設定要比較的值。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於