Ant Organisation Ltd documentation

ActivityView Members

ActivityView overview

Public Instance Constructors

ActivityView Constructor Constructor

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
ActivityDefinition Gets the activity definition that this view is editing
ActivityInstance Gets the activity instance that this view is showing
ChildViews (inherited from ViewBase) Gets the child views of this view
Height Gets the height of this view
IsVariableHeight Returns true if this view is of variable height
Name Gets the name of the activity
Parent (inherited from ViewBase) Gets the parent view of this view
Renderer Gets the renderer for this view
Width Gets the width of this 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

CalcVariableHeightCalculates the ideal yPos and sets the ideal height of a variable-sized activity.
Draw Draws this view
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Execute Executes an action
GetActions Gets the actions that are defined on this workflow
GetBoundaryRect Gets the bounding rect of this view
GetContext Gets the context for editing activity definitions
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 for this activity definition
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

activityDefinition This is the activity definition which is being edited
height this is the height of the view
myLayoutObject (inherited from ViewBase)
user (inherited from ViewBase) Logged on user
viewParameters (inherited from ViewBase) View parameters
width this is the width of the view
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 Returns true as transitions must avoid this object
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

ActivityView Class | Ant.Workflow.View Namespace