DynamicUpdateMap Class

Definition

Specifies options for a dynamic update map.

public ref class DynamicUpdateMap
[System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.DynamicUpdateMapConverter))]
[System.Runtime.Serialization.DataContract]
public class DynamicUpdateMap
[<System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.DynamicUpdateMapConverter))>]
[<System.Runtime.Serialization.DataContract>]
type DynamicUpdateMap = class
Public Class DynamicUpdateMap
Inheritance
DynamicUpdateMap
Attributes

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:

Properties

NoChanges

Gets the dynamic update map without changes.

Methods

CalculateImplementationMapItems(Activity)

Calculates the map items used in the implementation of DynamicUpdateMap with specified activity definition.

CalculateImplementationMapItems(Activity, LocationReferenceEnvironment)

Calculates the map items used in the implementation of DynamicUpdateMap with specified activity definition and environment.

CalculateMapItems(Activity)

Calculates the map items used in DynamicUpdateMap with specified workflow definition.

CalculateMapItems(Activity, LocationReferenceEnvironment)

Calculates the map items used in DynamicUpdateMap with specified workflow definition and environment.

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)
Merge(DynamicUpdateMap[])

Merges the dynamic update map.

Merge(IEnumerable<DynamicUpdateMap>)

Merges the dynamic update map.

Query(Activity, Activity)

Displays the dynamic update map query.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to