WorkflowChangeAction 類別

定義

警告

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

一個抽象基底類別,所有代表對執行中工作流程實例提出變更的類別都必須從此衍生。

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

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

建構函式

名稱 Description
WorkflowChangeAction()
已淘汰.

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

方法

名稱 Description
ApplyTo(Activity)
已淘汰.

當在派生類別中覆寫時,將變更套用到根 Activity節點。

Equals(Object)
已淘汰.

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

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

做為預設哈希函式。

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

取得目前實例的 Type

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

建立目前 Object的淺層複本。

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

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

(繼承來源 Object)
ValidateChanges(Activity)
已淘汰.

當在衍生類別中覆寫時,會驗證變更並回傳包含所有錯誤的 a ValidationErrorCollection

適用於