| PayloadElementDefinition Class |
Namespace: FlexRule.Flows.Workflows.Model.Nodes
[SerializableAttribute] public class PayloadElementDefinition : PayloadElementInfo
The PayloadElementDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| PayloadElementDefinition |
| Name | Description | |
|---|---|---|
| Data |
Payload element evaluated data
| |
| Description |
Description that defines what is this data payload for
(Inherited from PayloadElementInfo.) | |
| Expression |
Expression to be evaluated against current workflow execution context to creates the data for the payload element
(Inherited from PayloadElementInfo.) | |
| Group |
Allows grouping of data payloads
(Inherited from PayloadElementInfo.) | |
| Name |
Name of the data payload
(Inherited from PayloadElementInfo.) | |
| ReadOnly |
If workitem can modify the payload, false, otherwise true. Default is true.
(Inherited from PayloadElementInfo.) | |
| Type |
A payload element can have a
(Inherited from PayloadElementInfo.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |