Class ModelBase

Base class for CriterionModel of Commerce, already implement ICloneable

Implements
System.ICloneable
Namespace: EPiServer.Business.Commerce.VisitorGroupsCriteria
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public class ModelBase : CriterionModelBase, ICloneable

Constructors

ModelBase()

Declaration
public ModelBase()

Methods

Clone()

Creates a new object that is a copy of the current instance.

Declaration
public object Clone()
Returns
Type Description
System.Object

A new object that is a copy of this instance.

Copy()

Creates a new object that is a copy of the current instance.

Declaration
public override ICriterionModel Copy()
Returns
Type Description
EPiServer.Personalization.VisitorGroups.ICriterionModel

A new object that is a copy of this instance.

Implements

System.ICloneable