Click or drag to resize
PayloadElementDefinition Class
Inheritance Hierarchy
SystemObject
  FlexRule.Flows.Workflows.Managers.TasksPayloadElementInfo
    FlexRule.Flows.Workflows.Managers.TasksPayloadElementDefinition

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 PayloadElementDefinition : PayloadElementInfo

The PayloadElementDefinition type exposes the following members.

Constructors
  NameDescription
Public methodPayloadElementDefinition
Top
Properties
  NameDescription
Public propertyData
Payload element evaluated data
Public propertyDescription
Description that defines what is this data payload for
(Inherited from PayloadElementInfo.)
Public propertyExpression
Expression to be evaluated against current workflow execution context to creates the data for the payload element
(Inherited from PayloadElementInfo.)
Public propertyGroup
Allows grouping of data payloads
(Inherited from PayloadElementInfo.)
Public propertyName
Name of the data payload
(Inherited from PayloadElementInfo.)
Public propertyReadOnly
If workitem can modify the payload, false, otherwise true. Default is true.
(Inherited from PayloadElementInfo.)
Public propertyType
A payload element can have a
(Inherited from PayloadElementInfo.)
Top
Extension Methods
See Also