WorkflowDesigner Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides a designer canvas which renders the visual representation of a workflow model as it is being designed.

The WorkflowDesigner type exposes the following members.

Constructors

  Name Description
Public method WorkflowDesigner Initializes a new instance of the WorkflowDesignerclass.

Top

Methods

  Name Description
Public method DeserializeString Converts a XAML string into a workflow.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method Flush Saves the current state of the workflow to the Text()property.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsInErrorState Gets a Boolean value that indicates if the workflow designer is in error state.
Public method Load Overloaded. Loads a workflow.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save Saves the workflow to a XAML file.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Context Gets or sets an EditingContext object that is a collection of services shared between all elements contained in the designer and used to interact between the host and the designer. Services are published and requested through the EditingContext.
Public property ContextMenu Gets the context menu for this designer.
Public property DebugManagerView Provides a DebuggerServicethat is used for runtime debugging.
Public property PropertyGridFontAndColorData Sets the property grid font and color data.
Public property PropertyInspectorView Returns a UI element that allows the user to view and edit properties of the workflow.
Public property Text Gets or sets the XAML string representation of the workflow.
Public property View Returns a UI element that allows the user to view and edit the workflow visually.

Top

Events

  Name Description
Public event TextChanged Occurs when the Text property value changes.

Top

See Also

Reference

WorkflowDesigner Class

System.Activities.Design Namespace