DynamicUpdateInfo 类

定义

指定动态更新信息。Specifies dynamic update information.

public ref class DynamicUpdateInfo abstract sealed
public static class DynamicUpdateInfo
type DynamicUpdateInfo = class
Public Class DynamicUpdateInfo
继承
DynamicUpdateInfo

注解

此类支持 Windows Workflow Foundation 的版本控制和动态更新功能。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:

方法

GetMapItem(Object)

获取 DynamicUpdateInfo 的映射项。Gets the map item for the DynamicUpdateInfo.

GetOriginalActivityBuilder(Object)

获取 DynamicUpdateInfo 的原始活动生成器。Gets the original activity builder for the DynamicUpdateInfo.

GetOriginalDefinition(Object)

DynamicUpdateInfo 的原始定义。Gets the original definition for the DynamicUpdateInfo.

SetMapItem(Object, DynamicUpdateMapItem)

DynamicUpdateInfo 设置映射项。Sets the map item for the DynamicUpdateInfo.

SetOriginalActivityBuilder(Object, ActivityBuilder)

DynamicUpdateInfo设置原始活动生成器。Sets the original activity builder for the DynamicUpdateInfo.

SetOriginalDefinition(Object, Activity)

设置 DynamicUpdateInfo 的原始定义。Sets the original definition for the DynamicUpdateInfo.

适用于