Ant Organisation Ltd documentation

ActivityDefinition Members

ActivityDefinition overview

Public Static Fields

TimeOutTransitionNameThe name of the result corresponding to the activity timing out.

Public Instance Properties

Action Gets the action associated with this activity
Name Gets and sets the name of the activity
Responsible Gets and sets the responsible object for this activity
SegmentDefinitionGets the segment definition for this activity definition.
ThreadDefinition Gets the thread definition for the thread that contains this activity
TimeLimit Gets the time limit for this activity
TimeOutTransitionGets the transition used when the activity times out, or null if none is set.
Transitions Gets the collection of transitions from this activity
TransitionsInto Gets the collection of transitions to this activity Transition
WorkflowDefinitionGets the workflow definition for this activity definition.

Public Instance Methods

ChangeThreadDefinitionMoves the activity to a different thread.
CountTransitionsForResultsReturns the number of transitions for the specified result.
CreateTransitionCreate a new transition for a particular result.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetActionHierarchyItem Gets the hierarchy item which represents the action that this activity definition performs
GetContext Gets the context that this activity definition is edited in
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.
GetRequiredTransitionNames Gets the names of the transitions that are required by this activity
GetType (inherited from Object)Gets the Type of the current instance.
IsValidOverloaded. Tests that the ActivityDefinition is valid.
RemoveTransition Removes a transition from the activity
SetActionXml Sets the XML that specifies how the action works
ToString (inherited from Object)Returns a String that represents the current Object.
ValidateTests that the ActivityDefinition is valid, returning a collection of error messages.

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

ActivityDefinition Class | Ant.Workflow Namespace