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 Types。

TrackingCondition 是推導自 ActivityTrackingCondition 來的抽象基底類別。

TrackingCondition 透過將 的 MemberValueOperator值與 進行比較來評估。

建構函式

名稱 Description
TrackingCondition()
已淘汰.

當在衍生類別中實作時,會初始化該 TrackingCondition 類別的新實例。

屬性

名稱 Description
Member
已淘汰.

當在導出類別中覆寫時,會取得或設定將被比較的成員名稱。

Operator
已淘汰.

當在導出類別中覆寫時,會取得或設定運算子 在比較中使用。

Value
已淘汰.

當在派生類別中被覆寫時,會取得或設定比較的值。

方法

名稱 Description
Equals(Object)
已淘汰.

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

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設雜湊函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

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

(繼承來源 Object)

適用於