WorkflowRole Class
The abstract base class from which workflow roles are derived.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
System.Workflow.Activities::WorkflowRole
System.Workflow.Activities::ActiveDirectoryRole
System.Workflow.Activities::WebWorkflowRole
| Name | Description | |
|---|---|---|
![]() | WorkflowRole() | When implemented in a derived class, initializes a new instance of the WorkflowRole class. |
| Name | Description | |
|---|---|---|
![]() | Name | When implemented in a derived class, gets or sets the name of this WorkflowRole. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetIdentities() | When implemented in a derived class gets the identities contained by this WorkflowRole. |
![]() | GetType() | |
![]() | IncludesIdentity(String^) | When implemented in a derived class, returns a value that indicates whether this role contains the specified identity. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
You can derive classes from the WorkflowRole class in order to implement role-based access to your workflows and their activities. The WebWorkflowRole class and the ActiveDirectoryRole class derive from the WorkflowRole class.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



