Ant Organisation Ltd documentation

WorkflowTask Members

WorkflowTask overview

Public Instance Properties

Actions Gets an enumeration of actions that can be performed on this task, entries in this enumeration are of type TaskAction
ActivityName Gets the activity name for the activity in the workflow instance which set this task
DateCreated Gets the date that this task was created
DateNeeded Gets the date by which this task is needed
Key Gets the key of this task in storage
LongDesc Gets and sets the long description of this task
OwnedByGroup Gets the group which owns this task
OwnedByUser Gets the user which owns this task
Priority Gets and sets the priority of this task
SetBy Gets the user who set this task
ShortDesc Gets and sets the short description of this task
WorkflowInstanceKey Gets the workflow instance key for the instance which set this task
WorkflowTaskType Gets and sets the workflow task type which defines how this task operates

Public Instance Methods

Delegate Delegate the task
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExecuteAction Executes an action on this task
GetEditDefinition Gets the content definition used to edit content (if this is possible), also returns the name of the action, and the instance to edit
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IsCompleted Gets whether this task is completed
SaveOverloaded. Saves this task to storage
SaveContent Saves the content during editing or after editing is finished
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

WorkflowTask Class | Ant.Workflow.Tasks Namespace