MorphHelper Class
.NET Framework (current version)
A helper class used to update model item references and properties.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AddPropertyValueMorphHelper(Type^, PropertyValueMorphHelper^) | Adds a method to handle type conversions for the specified property type. |
![]() ![]() | GetPropertyValueMorphHelper(Type^) | Returns the method that handles type conversions for the specified property type. |
![]() ![]() | MorphObject(ModelItem^, ModelItem^) | Updates the model item references to the specified new model item in the model item parents and sources. |
![]() ![]() | MorphProperties(ModelItem^, ModelItem^) | Updates the property values in the specified new model item from the corresponding property values in the specified old model item. |
.NET Framework
Available since 4.0
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

