Click or drag to resize
PayloadElementDefinition Class
Inheritance Hierarchy
SystemObject
  FlexRule.Flows.Workflows.Model.NodesPayloadElementInfo
    FlexRule.Flows.Workflows.Model.NodesPayloadElementDefinition

Namespace: FlexRule.Flows.Workflows.Model.Nodes
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also