MorphHelper Class

Definition

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

public ref class MorphHelper abstract sealed
public static class MorphHelper
type MorphHelper = class
Public Class MorphHelper
Inheritance
MorphHelper

Methods

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.

Applies to