WorkflowDefinition Class |
Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
[SerializableAttribute] public class WorkflowDefinition
The WorkflowDefinition type exposes the following members.
Name | Description | |
---|---|---|
WorkflowDefinition | Initializes a new instance of the WorkflowDefinition class |
Name | Description | |
---|---|---|
Create | ||
Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (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 | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
AllowManual | Specifies whether the workflow can be started manually. | |
AssociatedData | The workflow specific XML configuration data. | |
AutoStartChange | Specifies whether the workflow is startet automatically once a list item has changed. | |
AutoStartCreate | Specifies whether the workflow is startet automatically once a new list item is created. | |
HistoryListTitle | The history list associated with the workflow. If the list does not exist, a new one will be created. If this attribute is omitted, a history list with a standard name will be created. | |
Name | Specifies a name for the workflow. | |
RequireManageListPermission | Specifies if the workflow requires permissions to manage lists to start it. This attribute is only considered if AllowStartManually is set to 'true'. | |
TaskListTitle | The task list associated with the workflow. If the list does not exist, a new one will be created. If this attribute is omitted, a task list with a standard name will be created. | |
Template | Specifies the name of a workflow template that exists in the workflow template gallery of the site. |