Class GroupInfoViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class GroupInfoViewModel : FillableViewModelBase
- Inheritance
-
GroupInfoViewModel
- Derived
- Inherited Members
- Extension Methods
Properties
Id
public virtual string Id { get; set; }
Property Value
Name
public virtual string Name { get; set; }
Property Value
PrimaryPageId
public virtual int PrimaryPageId { get; set; }
Property Value
Sorting
"Product Sorting value" information. The value stored in Database table [EcomGroupProductRelation], as field [GroupProductRelationSorting]
public virtual int? Sorting { get; set; }
Property Value
- int?