WorkflowViewService Class

Definition

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
WorkflowViewService

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.

Applies to