Table of Contents

Class GroupInfoViewModel

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

Properties

Id

public virtual string Id { get; set; }

Property Value

string

Name

public virtual string Name { get; set; }

Property Value

string

PrimaryPageId

public virtual int PrimaryPageId { get; set; }

Property Value

int

Sorting

"Product Sorting value" information. The value stored in Database table [EcomGroupProductRelation], as field [GroupProductRelationSorting]
public virtual int? Sorting { get; set; }

Property Value

int?
To top