WorkflowView Class Members
See Also  Properties Methods Events
SourceCode.Workflow.Authoring Namespace : WorkflowView Class


Glossary Item Box

The following tables list the members exposed by WorkflowView.

Public Properties

  Name Description
Public Property CommandSetId (Inherited from SourceCode.Framework.View)
Public Property Container Gets or sets the container. (Inherited from SourceCode.Framework.PersistableObject)
Public Property Description Gets or sets the Description of the associated object. (Inherited from SourceCode.Framework.Design.NamedObject)
Public Property DisplayName Gets or sets the display name. (Inherited from SourceCode.Framework.Design.NamedObject)
Public Property Guid Gets or sets the GUID. (Inherited from SourceCode.Framework.PersistableObject)
Public Property HasAvailableDesigner (Inherited from SourceCode.Framework.View)
Public Property Image (Inherited from SourceCode.Framework.View)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.PersistableObject)
Public Property IsIntLoading (Inherited from SourceCode.Framework.PersistableObject)
Public Property IsLoading Gets or sets a value indicating whether this instance is loading. (Inherited from SourceCode.Framework.PersistableObject)
Public Property Locked (Inherited from SourceCode.Framework.PersistableObject)
Public Property MetaData Gets or sets the MetaData of the associated object. (Inherited from SourceCode.Framework.Design.NamedObject)
Public Property Modified Gets a value indicating whether this SourceCode.Framework.PersistableObject is modified. (Inherited from SourceCode.Framework.PersistableObject)
Public Property Name Gets or sets the Name of the associated object. (Inherited from SourceCode.Framework.Design.NamedObject)
Public Property Process  
Public Property Project Gets the parent Project that contains the View. (Inherited from SourceCode.Framework.View)
Public Property Selection (Inherited from SourceCode.Framework.View)
Public Property SitedChildren (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Property Verbs Gets the verbs accociated with this object. Verbs are used by a designer typically in a context menu.  
Top

Protected Properties

  Name Description
Protected Property ContainedList Overridden.  This represents the List in which this object is contained in. E.G. OrderItem is contained in the OrderItems list of container object that an Order.  
Protected Property DesignerHost (Inherited from SourceCode.Framework.View)
Protected Property HasSelection (Inherited from SourceCode.Framework.View)
Protected Property IsEventsEnabled Gets a value indicating whether events is enabled. (Inherited from SourceCode.Framework.PersistableObject)
Protected Property UndoManager (Inherited from SourceCode.Framework.View)
Top

Public Methods

  Name Description
Public Method Clone Overloaded.  Creates a new object that is a copy of the current instance. (Inherited from SourceCode.Framework.Design.NamedObject)
Public Method CloneInContext Overloaded.  Creates a new object that is a copy of the current instance. (Inherited from SourceCode.Framework.PersistableObject)
Public Method CloneToStream Clones this instance to a stream. (Inherited from SourceCode.Framework.PersistableObject)
Public Method DisableEvents Disables the events. (Inherited from SourceCode.Framework.PersistableObject)
Public Method Dispose Overloaded.  Override this class to dispose object. Make sure that base.Dispose(disposing) gets called (Inherited from SourceCode.Framework.View)
Public Method EnableEvents Enables the events. (Inherited from SourceCode.Framework.PersistableObject)
Public Method ExecuteCommand (Inherited from SourceCode.Framework.View)
Public Method FindChild (Inherited from SourceCode.Framework.PersistableObject)
Public Method FindContainerOfType<T> (Inherited from SourceCode.Framework.PersistableObject)
Public Method GetConfigurationName (Inherited from SourceCode.Framework.View)
Public Method GetResourceDescription (Inherited from SourceCode.Framework.View)
Public Method GetResourceDisplayName (Inherited from SourceCode.Framework.View)
Public Method PropertyChangingEventHooked (Inherited from SourceCode.Framework.PersistableObject)
Public Method QueryCommandStatus (Inherited from SourceCode.Framework.View)
Public Method ValidateDisplayName Validates the display name. (Inherited from SourceCode.Framework.Design.NamedObject)
Public Method ValidateName Validates the name. (Inherited from SourceCode.Framework.Design.NamedObject)
Top

Protected Methods

  Name Description
Protected Method CreateImage (Inherited from SourceCode.Framework.View)
Protected Method EnsureClonedInstance Overloaded.  Returns an instance of a cloned object based on the original item. Use in conjuction with Cloning. (Inherited from SourceCode.Framework.PersistableObject)
Protected Method GetClonedInstance<T> Returns an instance of a cloned object based on the original guid. Use in conjuction with Cloning. (Inherited from SourceCode.Framework.PersistableObject)
Protected Method HasObjectBeenCloned (Inherited from SourceCode.Framework.PersistableObject)
Protected Method IsObjectInScope Overloaded.  When a cloning context exists, a lookup will be done to determine if the item is in scope. (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnAlign (Inherited from SourceCode.Framework.View)
Protected Method OnArrange (Inherited from SourceCode.Framework.View)
Protected Method OnBringForward (Inherited from SourceCode.Framework.View)
Protected Method OnBringToFront (Inherited from SourceCode.Framework.View)
Protected Method OnCenterHorizontally (Inherited from SourceCode.Framework.View)
Protected Method OnCenterVertically (Inherited from SourceCode.Framework.View)
Protected Method OnContainerChanged Called when the container change. (Inherited from SourceCode.Framework.View)
Protected Method OnCopy (Inherited from SourceCode.Framework.View)
Protected Method OnCut (Inherited from SourceCode.Framework.View)
Protected Method OnDelete (Inherited from SourceCode.Framework.View)
Protected Method OnGroup (Inherited from SourceCode.Framework.View)
Protected Method OnHorizSpaceConcatenate (Inherited from SourceCode.Framework.View)
Protected Method OnHorizSpaceDecrease (Inherited from SourceCode.Framework.View)
Protected Method OnHorizSpaceIncrease (Inherited from SourceCode.Framework.View)
Protected Method OnHorizSpaceMakeEqual (Inherited from SourceCode.Framework.View)
Protected Method OnLockControls (Inherited from SourceCode.Framework.View)
Protected Method OnModified Called when this instance is being modified. (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnNotifyBeginPropertyChanged Overloaded.  (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnNotifyEndPropertyChanged Overloaded.  (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnNotifyPropertyChanged Overloaded.  (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnPaste (Inherited from SourceCode.Framework.View)
Protected Method OnPrepareForDeployment (Inherited from SourceCode.Framework.View)
Protected Method OnPrint (Inherited from SourceCode.Framework.View)
Protected Method OnProperties (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandAligned (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandArrange (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandBringForward (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandBringToFront (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandCenterHorizontally (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandCenterVertically (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandCopy (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandCut (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandDelete (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandGroup (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandHorizSpaceConcatenate (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandHorizSpaceDecrease (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandHorizSpaceIncrease (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandHorizSpaceMakeEqual (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandLockControls (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandPaste (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandPrint (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandProperties (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandSelectAll (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandSendBackwards (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandSendToBack (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandSizing (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandUngroup (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandVertSpaceConcatenate (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandVertSpaceDecrease (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandVertSpaceIncrease (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandVertSpaceMakeEqual (Inherited from SourceCode.Framework.View)
Protected Method OnQueryCommandViewGrid (Inherited from SourceCode.Framework.View)
Protected Method OnSelectAll (Inherited from SourceCode.Framework.View)
Protected Method OnSendBackwards (Inherited from SourceCode.Framework.View)
Protected Method OnSendToBack (Inherited from SourceCode.Framework.View)
Protected Method OnSizeControl (Inherited from SourceCode.Framework.View)
Protected Method OnUngroup (Inherited from SourceCode.Framework.View)
Protected Method OnVertSpaceConcatenate (Inherited from SourceCode.Framework.View)
Protected Method OnVertSpaceDecrease (Inherited from SourceCode.Framework.View)
Protected Method OnVertSpaceIncrease (Inherited from SourceCode.Framework.View)
Protected Method OnVertSpaceMakeEqual (Inherited from SourceCode.Framework.View)
Protected Method OnViewGrid (Inherited from SourceCode.Framework.View)
Protected Method Validate Validates this instance. (Inherited from SourceCode.Framework.PersistableObject)
Top

Public Events

  Name Description
Public Event Align (Inherited from SourceCode.Framework.View)
Public Event AnyItemAdded (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event AnyItemAdding (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event AnyItemPropertyChanged (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event AnyItemPropertyChanging (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event AnyItemRemoved (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event AnyItemRemoving (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event Arrange (Inherited from SourceCode.Framework.View)
Public Event BringForward (Inherited from SourceCode.Framework.View)
Public Event BringToFront (Inherited from SourceCode.Framework.View)
Public Event CenterHorizontally (Inherited from SourceCode.Framework.View)
Public Event CenterVertically (Inherited from SourceCode.Framework.View)
Public Event Copy (Inherited from SourceCode.Framework.View)
Public Event Cut (Inherited from SourceCode.Framework.View)
Public Event Delete (Inherited from SourceCode.Framework.View)
Public Event Group (Inherited from SourceCode.Framework.View)
Public Event HorizSpaceConcatenate (Inherited from SourceCode.Framework.View)
Public Event HorizSpaceDecrease (Inherited from SourceCode.Framework.View)
Public Event HorizSpaceIncrease (Inherited from SourceCode.Framework.View)
Public Event HorizSpaceMakeEqual (Inherited from SourceCode.Framework.View)
Public Event ItemAdded (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event ItemAdding (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event ItemRemoved (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event ItemRemoving (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Event LockControls (Inherited from SourceCode.Framework.View)
Public Event Paste (Inherited from SourceCode.Framework.View)
Public Event Print (Inherited from SourceCode.Framework.View)
Public Event Properties (Inherited from SourceCode.Framework.View)
Public Event PropertyChanged Occurs when a property value has changed. (Inherited from SourceCode.Framework.PersistableObject)
Public Event PropertyChanging Occurs when a property value changes. (Inherited from SourceCode.Framework.PersistableObject)
Public Event QueryCommand (Inherited from SourceCode.Framework.View)
Public Event QueryCommandAlign (Inherited from SourceCode.Framework.View)
Public Event QueryCommandArrange (Inherited from SourceCode.Framework.View)
Public Event QueryCommandBringForward (Inherited from SourceCode.Framework.View)
Public Event QueryCommandBringToFront (Inherited from SourceCode.Framework.View)
Public Event QueryCommandCenterHorizontally (Inherited from SourceCode.Framework.View)
Public Event QueryCommandCenterVertically (Inherited from SourceCode.Framework.View)
Public Event QueryCommandCopy (Inherited from SourceCode.Framework.View)
Public Event QueryCommandCut (Inherited from SourceCode.Framework.View)
Public Event QueryCommandDelete (Inherited from SourceCode.Framework.View)
Public Event QueryCommandGroup (Inherited from SourceCode.Framework.View)
Public Event QueryCommandHorizSpaceConcatenate (Inherited from SourceCode.Framework.View)
Public Event QueryCommandHorizSpaceDecrease (Inherited from SourceCode.Framework.View)
Public Event QueryCommandHorizSpaceIncrease (Inherited from SourceCode.Framework.View)
Public Event QueryCommandHorizSpaceMakeEqual (Inherited from SourceCode.Framework.View)
Public Event QueryCommandLockControls (Inherited from SourceCode.Framework.View)
Public Event QueryCommandPaste (Inherited from SourceCode.Framework.View)
Public Event QueryCommandPrint (Inherited from SourceCode.Framework.View)
Public Event QueryCommandProperties (Inherited from SourceCode.Framework.View)
Public Event QueryCommandSelectAll (Inherited from SourceCode.Framework.View)
Public Event QueryCommandSendBackwards (Inherited from SourceCode.Framework.View)
Public Event QueryCommandSendToBack (Inherited from SourceCode.Framework.View)
Public Event QueryCommandSizing (Inherited from SourceCode.Framework.View)
Public Event QueryCommandUngroup (Inherited from SourceCode.Framework.View)
Public Event QueryCommandVertSpaceConcatenate (Inherited from SourceCode.Framework.View)
Public Event QueryCommandVertSpaceDecrease (Inherited from SourceCode.Framework.View)
Public Event QueryCommandVertSpaceIncrease (Inherited from SourceCode.Framework.View)
Public Event QueryCommandVertSpaceMakeEqual (Inherited from SourceCode.Framework.View)
Public Event QueryCommandViewGrid (Inherited from SourceCode.Framework.View)
Public Event SelectAll (Inherited from SourceCode.Framework.View)
Public Event SendBackwards (Inherited from SourceCode.Framework.View)
Public Event SendToBack (Inherited from SourceCode.Framework.View)
Public Event SizeControl (Inherited from SourceCode.Framework.View)
Public Event Ungroup (Inherited from SourceCode.Framework.View)
Public Event VertSpaceConcatenate (Inherited from SourceCode.Framework.View)
Public Event VertSpaceDecrease (Inherited from SourceCode.Framework.View)
Public Event VertSpaceIncrease (Inherited from SourceCode.Framework.View)
Public Event VertSpaceMakeEqual (Inherited from SourceCode.Framework.View)
Public Event ViewGrid (Inherited from SourceCode.Framework.View)
Top

See Also