Click or drag to resize
IReceiverInfo Interface
Receiver node information

Namespace: FlexRule.Flows.Workflows.Model
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IReceiverInfo : IReceiverIdentity

The IReceiverInfo type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Allows categorizing multiple of IReceiverIdentity by a name.
(Inherited from IReceiverIdentity.)
Public propertyDescription
Description of the receiver
Public propertyDisplayName
A display name for an action
Public propertyName
Name of the receiver node
(Inherited from IReceiverIdentity.)
Public propertyOutcomes
Outcome of a receiver task i.e. HumanTask
(Inherited from IReceiverIdentity.)
Public propertyTitle
Title of the receiver task
(Inherited from IReceiverIdentity.)
Top
See Also