Ant Organisation Ltd documentation

WorkflowView Members

WorkflowView overview

Public Instance Constructors

WorkflowViewOverloaded. Initializes a new instance of the WorkflowView class.

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 workflow definition
Parent (inherited from ViewBase) Gets the parent view of this view
ShowStatus Gets and sets whether the view is to display the status of the workflow definition
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

AddSegment Adds a segment to the workflow definition
Draw Draws the view
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Execute Executes an action
GetActions Gets an enumeration of actions that can be performed
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.
GetSelected Gets the selected child view in this workflow view
GetSelectedTransition Gets the selected transition in this workflow view
GetTransitionAnchor Gets the anchor point of the transition
GetTransitionAtPoint Gets the transition drawer at the point specified
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
SetAboutToConnect Sets the view which is about to connect to a transition
SetProperties Sets the properties of the workflow
SetSelected Sets the selected child view in this workflow view
SetSelectedTransition Sets the selected transition in this workflow 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
WorkflowChanged Event triggered when the workflow has changed

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

WorkflowView Class | Ant.Workflow.View Namespace