DynamicUpdateServices.CreateUpdateMap Method
.NET Framework 4.5
Creates an update map.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateUpdateMap(Activity) | Creates an update map with specified workflow definition. |
|
CreateUpdateMap(ActivityBuilder) | Creates an update map with specified activity definition. |
|
CreateUpdateMap(Activity, IEnumerable<Activity>) | Creates an update map with specified workflow definition and list of disallow update inside activities. |
|
CreateUpdateMap(ActivityBuilder, IEnumerable<Activity>) | Creates an update map with specified activity definition and list of disallow update inside activities. |
|
CreateUpdateMap(Activity, IEnumerable<Activity>, IList<ActivityBlockingUpdate>) | Creates an update map with specified workflow definition, list of disallow update inside activities and blocking updates. |
|
CreateUpdateMap(ActivityBuilder, IEnumerable<Activity>, IList<ActivityBlockingUpdate>) | Creates an update map with specified activity definition and list of disallow update inside activities and blocking updates. |