Table of Contents

Class ProductInfoViewModel

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll

ViewModel representing product information in the e-commerce catalog.

public class ProductInfoViewModel : FillableViewModelBase
Inheritance
ProductInfoViewModel
Inherited Members
Extension Methods

Remarks

Get a full product view model by using GetProduct(ProductInfoViewModel)

Properties

ProductId

Gets or sets the unique identifier for the product.

public string ProductId { get; set; }

Property Value

string

VariantId

Gets or sets the unique identifier for the product variant.

public string VariantId { get; set; }

Property Value

string

See Also

To top