Table of Contents

Class RelatedGroupViewModel

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class RelatedGroupViewModel : FillableViewModelBase
Inheritance
RelatedGroupViewModel
Inherited Members
Extension Methods

Properties

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Products

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

Property Value

IList<ProductInfoViewModel>

Sorting

public int Sorting { get; set; }

Property Value

int
To top