Class FavoriteList
- Assembly
- Dynamicweb.Ecommerce.dll
public class FavoriteList
- Inheritance
-
FavoriteList
- Inherited Members
Properties
CustomerId
Gets or sets the customer identifier.
public int CustomerId { get; set; }
Property Value
- int
The customer identifier.
Description
Gets or sets the description.
public string Description { get; set; }
Property Value
- string
The description.
IsDefault
Gets or sets a value indicating whether this instance is default.
public bool IsDefault { get; set; }
Property Value
- bool
true
if this instance is default; otherwise,false
.
ListId
Gets or sets the list identifier.
public int ListId { get; set; }
Property Value
- int
The list identifier.
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
- string
The name.