Table of Contents

Class RelatedGroupViewModel

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

Represents a view model for a related group of products.

public class RelatedGroupViewModel : FillableViewModelBase
Inheritance
RelatedGroupViewModel
Inherited Members
Extension Methods

Properties

Id

Gets or sets the ID of the related group.

public string Id { get; set; }

Property Value

string

Name

Gets or sets the name of the related group.

public string Name { get; set; }

Property Value

string

Products

Gets or sets the list of product view models in the related group.

public IList<ProductInfoViewModel> Products { get; set; }

Property Value

IList<ProductInfoViewModel>
To top