MorphHelper Class

.NET Framework (current version)
 

A helper class used to update model item references and properties.

Namespace:   System.Activities.Presentation.Model
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

System::Object
  System.Activities.Presentation.Model::MorphHelper

public ref class MorphHelper abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddPropertyValueMorphHelper(Type^, PropertyValueMorphHelper^)

Adds a method to handle type conversions for the specified property type.

System_CAPS_pubmethodSystem_CAPS_staticGetPropertyValueMorphHelper(Type^)

Returns the method that handles type conversions for the specified property type.

System_CAPS_pubmethodSystem_CAPS_staticMorphObject(ModelItem^, ModelItem^)

Updates the model item references to the specified new model item in the model item parents and sources.

System_CAPS_pubmethodSystem_CAPS_staticMorphProperties(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

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: