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 的新实例。

适用于