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!

Class ProductInCartOrWishListModel

Inheritance
System.Object
ProductInCartOrWishListModel
Implements
System.ICloneable
Namespace: EPiServer.Business.Commerce.VisitorGroupsCriteria
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public class ProductInCartOrWishListModel : ModelBase, ICloneable

Constructors

ProductInCartOrWishListModel()

Declaration
public ProductInCartOrWishListModel()

Properties

Category

Gets or sets the category.

Declaration
public string Category { get; set; }
Property Value
Type Description
System.String

The category.

ComparisonType

Gets or sets the type of the comparison.

Declaration
public string ComparisonType { get; set; }
Property Value
Type Description
System.String

The type of the comparison.

ProductName

Gets or sets the name of the product.

Declaration
public string ProductName { get; set; }
Property Value
Type Description
System.String

The name of the product.

Property

Gets or sets the property.

Declaration
public string Property { get; set; }
Property Value
Type Description
System.String

The property.

PropertyValue

Gets or sets the property value.

Declaration
public string PropertyValue { get; set; }
Property Value
Type Description
System.String

The property value.

Implements

System.ICloneable