London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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.0
Syntax
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.