DynamicUpdateInfo Class

Definition

Specifies dynamic update information.

public ref class DynamicUpdateInfo abstract sealed
public static class DynamicUpdateInfo
type DynamicUpdateInfo = class
Public Class DynamicUpdateInfo
Inheritance
DynamicUpdateInfo

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:

Methods

GetMapItem(Object)

Gets the map item for the DynamicUpdateInfo.

GetOriginalActivityBuilder(Object)

Gets the original activity builder for the DynamicUpdateInfo.

GetOriginalDefinition(Object)

Gets the original definition for the DynamicUpdateInfo.

SetMapItem(Object, DynamicUpdateMapItem)

Sets the map item for the DynamicUpdateInfo.

SetOriginalActivityBuilder(Object, ActivityBuilder)

Sets the original activity builder for the DynamicUpdateInfo.

SetOriginalDefinition(Object, Activity)

Sets the original definition for the DynamicUpdateInfo.

Applies to