Interface IDeepCloneable
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Supports deep cloning, which creates a new instance of a class and all its properties with the same value as the current instance.
Namespace: Mediachase.Commerce.Orders.Internal
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public interface IDeepCloneable
Methods
DeepClone()
Creates a new object that is a deep copy of the current instance.
Declaration
object DeepClone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a deep copy of the current instance. |