BulkWorkflowWorkItem Members
Include Protected Members
Include Inherited Members
An individual bulk workflow work item.
The BulkWorkflowWorkItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BulkWorkflowWorkItem() | Initializes a new instance of the BulkWorkflowWorkItem class | |
BulkWorkflowWorkItem(String, NameValueCollection, Guid, Int32) | Initializes a new instance of the BulkWorkflowWorkItem class. |
Top
Properties
Name | Description | |
---|---|---|
FormData | Gets or sets the workflow initialization and association form data that is used during bulk workflow processing. | |
QueryString | Gets or sets the QueryString values that are used during bulk workflow processing. | |
TaskType | Gets or sets the type of workflow task that are processed by the bulk workflow process. | |
UsersToNotify | Gets or sets the string value that contains the list of users to notify by e-mail during bulk workflow processing. | |
WorkflowTemplateId | Gets or sets the workflow template identifier (ID) that is used during bulk workflow processing. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a work item to the list of work items that are processed by the bulk workflow. | |
Deserialize | Deserializes the schema of the work item into a string value that is used during bulk workflow processing. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetQueryString | A collection of name and value pairs that are contained in the QueryString object. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top