WorkflowRole 类

定义

注意

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

从中派生工作流角色的抽象基类。

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

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

可以从类派生类 WorkflowRole ,以实现对工作流及其活动的基于角色的访问。 类 WebWorkflowRoleActiveDirectoryRole 类派生自 WorkflowRole 该类。

构造函数

名称 说明
WorkflowRole()
已过时.

在派生类中实现时,初始化类的新实例 WorkflowRole

属性

名称 说明
Name
已过时.

在派生类中实现时,获取或设置此 WorkflowRole名称。

方法

名称 说明
Equals(Object)
已过时.

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

用作默认哈希函数。

(继承自 Object)
GetIdentities()
已过时.

在派生类中实现时,获取由此 WorkflowRole包含的标识。

GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
IncludesIdentity(String)
已过时.

在派生类中实现时,返回一个值,该值指示此角色是否包含指定的标识。

MemberwiseClone()
已过时.

创建当前 Object的浅表副本。

(继承自 Object)
ToString()
已过时.

返回一个表示当前对象的字符串。

(继承自 Object)

适用于