DynamicUpdateMap 类

定义

指定动态更新映射的选择。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
继承
DynamicUpdateMap
属性

注解

此类支持 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:

属性

NoChanges

获取动态更新映射而不对其进行更改。Gets the dynamic update map without changes.

方法

CalculateImplementationMapItems(Activity)

计算用于使用指定的活动定义的 DynamicUpdateMap 的实现的映射项。Calculates the map items used in the implementation of DynamicUpdateMap with specified activity definition.

CalculateImplementationMapItems(Activity, LocationReferenceEnvironment)

计算用于使用指定的活动定义和环境的 DynamicUpdateMap 的实现的映射项。Calculates the map items used in the implementation of DynamicUpdateMap with specified activity definition and environment.

CalculateMapItems(Activity)

计算用于使用指定的工作流定义的 DynamicUpdateMap 的映射项。Calculates the map items used in DynamicUpdateMap with specified workflow definition.

CalculateMapItems(Activity, LocationReferenceEnvironment)

计算用于使用指定的工作流定义和环境的 DynamicUpdateMap 的映射项。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.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 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.

(继承自 Object)

适用于