WorkflowViewService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles the mapping of activity designer visual elements and their underlying model items.
public ref class WorkflowViewService : System::Activities::Presentation::Services::ViewService
public class WorkflowViewService : System.Activities.Presentation.Services.ViewService
type WorkflowViewService = class
inherit ViewService
Public Class WorkflowViewService
Inherits ViewService
- Inheritance
Constructors
WorkflowViewService(EditingContext) |
Creates a new instance of the WorkflowViewService class that uses the specified EditingContext. |
Methods
CreateViewElement(ModelItem) |
Creates a new WorkflowViewElement that supports the type of the specified ModelItem. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetModel(DependencyObject) |
Returns a ModelItem that maps to the specified DependencyObject. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetView(ModelItem) |
Creates a new DependencyObject that maps to the specified ModelItem. |
GetViewElement(ModelItem) |
Creates a new WorkflowViewElement that maps to the specified ModelItem. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Events
ViewCreated |
Occurs when the workflow view is created. |