Class ProductInCartOrWishListModel
Implements
System.ICloneable
Namespace: EPiServer.Business.Commerce.VisitorGroupsCriteria
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
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