Table of Contents

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

int

ContextLanguageId

Gets or sets the context language Id

public string ContextLanguageId { get; set; }

Property Value

string

Created

Gets the notification create time

public DateTime Created { get; set; }

Property Value

DateTime

Email

Gets or sets the user email

public string? Email { get; set; }

Property Value

string

LanguageId

Gets or sets the product language Id

public string LanguageId { get; set; }

Property Value

string

ProductId

Gets or sets the product Id

public string ProductId { get; set; }

Property Value

string

SentTime

Gets the notification sent time

public DateTime? SentTime { get; set; }

Property Value

DateTime?

UnitId

Gets or sets the product unit Id

public string UnitId { get; set; }

Property Value

string

UserId

Gets the user Id

public int UserId { get; set; }

Property Value

int

VariantId

Gets or sets the product variant Id

public string VariantId { get; set; }

Property Value

string
To top