WorkflowDataField Members
Include Protected Members
Include Inherited Members
Stores workflow field names and their values as name and value pairs.
The WorkflowDataField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowDataField() | Initializes a new instance of the WorkflowDataField class | |
WorkflowDataField(String, String) | Initializes a new instance of the WorkflowDataField class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Stores the name of the workflow field variable. | |
Type | The .NET data type that is associated with a workflow field. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top