ActivityManager 類別

 

允許管理目前領域中的工作流程活動。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

繼承階層架構

System.Object
  Microsoft.Workflow.Client.ActivityManager

語法

public class ActivityManager
public ref class ActivityManager 
type ActivityManager = class end
Public Class ActivityManager

方法

名稱 描述
System_CAPS_pubmethod Delete()

刪除目前領域中的所有工作流程活動。

System_CAPS_pubmethod Delete(IDictionary<String, String>)

刪除目前領域中符合指定之中繼資料篩選條件的工作流程活動。

System_CAPS_pubmethod Delete(IDictionary<String, String>, Boolean)

刪除目前領域中符合指定之中繼資料篩選條件的工作流程活動,並選擇性終止相依工作流程執行個體。

System_CAPS_pubmethod Delete(String)

刪除指定的工作流程活動。

System_CAPS_pubmethod Delete(String, Boolean)

刪除特定工作流程活動並選擇性終止相依工作流程執行個體。

System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod Get()

擷取目前領域中的所有工作流程活動。

System_CAPS_pubmethod Get(Int32, Int32)

透過分頁,擷取目前領域中的工作流程活動。

System_CAPS_pubmethod Get(Int32, Int32, Boolean)

擷取工作流程活動,並選擇性包含其 Xaml 定義。

System_CAPS_pubmethod Get(Int32, Int32, Boolean, IDictionary<String, String>)

擷取符合指定之中繼資料篩選條件的工作流程活動,並選擇性包含其 Xaml 定義。

System_CAPS_pubmethod Get(String)

擷取指定的工作流程活動

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod Publish(ActivityDescription)

將新的工作流程活動發行至目前領域,或更新現有的工作流程活動。

System_CAPS_pubmethod Publish(ActivityDescription, Boolean, Boolean)

將新的工作流程活動發行至目前領域或更新現有的工作流程活動,並選擇性終止受影響的工作流程執行個體及覆寫 xaml 中的 X:classname 屬性。

System_CAPS_pubmethod Publish(IEnumerable<ActivityDescription>)

發行或更新工作流程活動的集合。

System_CAPS_pubmethod Publish(IEnumerable<ActivityDescription>, Boolean)

發行或更新工作流程活動的集合,並選擇性終止受影響的工作流程執行個體。

System_CAPS_pubmethod ToString()

(繼承自 Object。)

System_CAPS_pubmethod Validate(ActivityDescription)

驗證工作流程活動。

System_CAPS_pubmethod Validate(ActivityDescription, Boolean)

驗證工作流程活動,並選擇性使用活動名稱作為 xaml 中的 X:classname 屬性值。

System_CAPS_pubmethod Validate(IEnumerable<ActivityDescription>)

驗證工作流程活動的集合。

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Workflow.Client 命名空間

回到頁首