DynamicUpdateMapBuilder Class

Definition

Represents a dynamic update map builder.

public ref class DynamicUpdateMapBuilder
public class DynamicUpdateMapBuilder
type DynamicUpdateMapBuilder = class
Public Class DynamicUpdateMapBuilder
Inheritance
DynamicUpdateMapBuilder

Remarks

This class supports the versioning and dynamic update functionality of Windows Workflow Foundation. For more information about workflow versioning, workflow identity, and dynamic update, see the following topics.

Workflow Versioning
Describes the workflow versioning functionality introduced in .NET Framework 4.5.

Dynamic Update
Describes how to update the workflow definition of a persisted workflow instance by using dynamic update.

Using WorkflowApplication Identity and Versioning
Describes how to use WorkflowIdentity to host multiple versions of a workflow side-by-side.

Side by Side Versioning in WorkflowServiceHost
Describes how to host multiple versions of a workflow on a single endpoint.

How to: Host Multiple Versions of a Workflow Side-by-Side
This step in the Getting Started Tutorial demonstrates updating a workflow definition, and hosting workflows using both the old and new definition at the same time.

How to: Update the Definition of a Running Workflow Instance
This step in the Getting Started Tutorial demonstrates updating persisted workflow instances to use a new workflow definition.

Constructors

DynamicUpdateMapBuilder()

Initializes a new instance of the DynamicUpdateMapBuilder class.

Properties

DisallowUpdateInside

Gets the disallow update inside for the DynamicUpdateMapBuilder.

ForImplementation

Gets or sets whether the DynamicUpdateMapBuilder is for implementation.

LookupImplementationMap

Gets or sets the lookup implementation map for the DynamicUpdateMapBuilder.

LookupMapItem

Gets or sets the lookup map item for the DynamicUpdateMapBuilder.

OriginalEnvironment

Gets or sets the location reference environment for the DynamicUpdateMapBuilder.

OriginalWorkflowDefinition

Gets or sets the original workflow definition.

UpdatedEnvironment

Gets or sets the updated environment for the DynamicUpdateMapBuilder.

UpdatedWorkflowDefinition

Gets or sets the updated workflow definition for the DynamicUpdateMapBuilder.

Methods

CreateMap()

Creates map for the DynamicUpdateMapBuilder.

CreateMap(IList<ActivityBlockingUpdate>)

Creates map for the DynamicUpdateMapBuilder with specified activities blocking update.

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)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to