Click or drag to resize
Participant Class
Defines a user participant or owner
Inheritance Hierarchy
SystemObject
  FlexRule.Flows.Workflows.Managers.TasksActor
    FlexRule.Flows.Workflows.Managers.TasksParticipant

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 Participant : Actor

The Participant type exposes the following members.

Constructors
  NameDescription
Public methodParticipant
Top
Properties
  NameDescription
Public propertyEmail
Public propertyFirstName
Public propertyIdentifier
Identifier of the actor
(Inherited from Actor.)
Public propertyLastName
Public propertyName
Unique name that can be used as the actor lookup key. i.e. username, login, account, etc.
(Inherited from Actor.)
Public propertyWeight
Influence of the actor
(Inherited from Actor.)
Top
Methods
Extension Methods
See Also