Ant Organisation Ltd documentation

ThreadView Members

ThreadView overview

Public Instance Properties

AboutToConnect (inherited from ViewBase) Returns true if this activity is about to be connected
AbsoluteX (inherited from ViewBase) Gets the absolute X of this control. Compare with X
AbsoluteY (inherited from ViewBase) Gets the absolute Y of this control. Compare with Y
Activated (inherited from ViewBase) Gets and sets whether this view is activated
ChildViews (inherited from ViewBase) Gets the child views of this view
Height Gets the height of the view
Name Gets the name of the thread
Parent (inherited from ViewBase) Gets the parent view of this view
ThreadDefinition Gets the thread definition that this view represents
Width Gets the width of the view
X (inherited from ViewBase) Gets the X coordinate of this control, relative to the top left of the parent control. Compare with AbsoluteX
Y (inherited from ViewBase) Gets the Y coordinate of this control, relative to the top left of the parent control. Compare with AbsoluteY

Public Instance Methods

Draw Draws the thread
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Execute Executes an action
GetActions Gets the actions supported by this view
GetFromName (inherited from ViewBase) Gets the child view for the name given
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.
GetViewAtPoint (inherited from ViewBase) Gets the view at the point, specified in coordinates relative to the parent top left
SetProperties Sets the properties.
SetWidth Sets the width of this view
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

Properties (inherited from ViewBase) Event triggered when an edit properties is requested

Protected Instance Fields

myLayoutObject (inherited from ViewBase)
user (inherited from ViewBase) Logged on user
viewParameters (inherited from ViewBase) View parameters
workflowView (inherited from ViewBase) Workflow view that is the eventual parent of this view

Protected Instance Properties

Children (inherited from ViewBase) Gets the child views of this control

Protected Instance Methods

AddLayoutObjects (inherited from ViewBase) Adds the layout objects, of both this view and its children, used by the transition routing code
Avoid (inherited from ViewBase) Returns true if this object is to be avoided by transition lines, false if lines can cross
DrawBorder (inherited from ViewBase)Overloaded. Draw the border of the view control
DrawChildren (inherited from ViewBase) Draws the children of this view
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.
FireEditProperties (inherited from ViewBase) Fires the event that means that the properties have been edited
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ThreadView Class | Ant.Workflow.View Namespace