WorkflowIdentity 類別

定義

將永續性工作流程執行個體對應至其對應的工作流程定義。

public ref class WorkflowIdentity : IEquatable<System::Activities::WorkflowIdentity ^>
[System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.WorkflowIdentityConverter))]
[System.Runtime.Serialization.DataContract]
[System.Serializable]
public class WorkflowIdentity : IEquatable<System.Activities.WorkflowIdentity>
[<System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.WorkflowIdentityConverter))>]
[<System.Runtime.Serialization.DataContract>]
[<System.Serializable>]
type WorkflowIdentity = class
    interface IEquatable<WorkflowIdentity>
Public Class WorkflowIdentity
Implements IEquatable(Of WorkflowIdentity)
繼承
WorkflowIdentity
屬性
實作

備註

這個類別支援 Windows Workflow Foundation 的版本控制和動態更新功能。 如需工作流程版本設定、工作流程身分識別和動態更新的詳細資訊,請參閱下列主題:

建構函式

WorkflowIdentity()

初始化 WorkflowIdentity 類別的新執行個體。

WorkflowIdentity(String, Version, String)

使用名稱、版本和封裝,初始化 WorkflowIdentity 類別的新執行個體。

屬性

Name

取得或設定工作流程識別的名稱。

Package

取得或設定工作流程識別的封裝。

Version

取得或設定工作流程識別的版本。

方法

Equals(Object)

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

Equals(WorkflowIdentity)

判斷目前的 WorkflowIdentity 和指定的 WorkflowIdentity 是否相同。

GetHashCode()

傳回這個工作流程執識別的雜湊碼。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
Parse(String)

轉換 WorkflowIdentity 的字串表示。

ToString()

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

TryParse(String, WorkflowIdentity)

剖析字串,並建立 WorkflowIdentity 的新執行個體。

適用於