Class ProductBackInStockNotification
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about an product back in stock notification.
public class ProductBackInStockNotification : DbObject
- Inheritance
-
ProductBackInStockNotification
- Inherited Members
Constructors
ProductBackInStockNotification()
Initializes a new instance of the Notification class.
public ProductBackInStockNotification()
Properties
ContextAreaId
Gets or sets the context area Id
public int ContextAreaId { get; set; }
Property Value
ContextLanguageId
Gets or sets the context language Id
public string ContextLanguageId { get; set; }
Property Value
Created
Gets the notification create time
public DateTime Created { get; set; }
Property Value
Gets or sets the user email
public string? Email { get; set; }
Property Value
LanguageId
Gets or sets the product language Id
public string LanguageId { get; set; }
Property Value
ProductId
Gets or sets the product Id
public string ProductId { get; set; }
Property Value
SentTime
Gets the notification sent time
public DateTime? SentTime { get; set; }
Property Value
UnitId
Gets or sets the product unit Id
public string UnitId { get; set; }
Property Value
UserId
Gets the user Id
public int UserId { get; set; }
Property Value
VariantId
Gets or sets the product variant Id
public string VariantId { get; set; }