Click or drag to resize
Actor Class
Actor in a flow or workflow
Inheritance Hierarchy

Namespace: FlexRule.Flows.Workflows.Managers.Tasks
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Actor : IEqualityComparer<Actor>

The Actor type exposes the following members.

Constructors
  NameDescription
Protected methodActor
Top
Properties
  NameDescription
Public propertyIdentifier
Identifier of the actor
Public propertyName
Unique name that can be used as the actor lookup key. i.e. username, login, account, etc.
Public propertyWeight
Influence of the actor
Top
Methods
Extension Methods
See Also