Class FieldSortingInfo
- Namespace
- Dynamicweb.Ecommerce.Products.Categories
- Assembly
- Dynamicweb.Ecommerce.dll
public class FieldSortingInfo : IComparable
- Inheritance
-
FieldSortingInfo
- Implements
-
- Inherited Members
-
Properties
CategoryFieldDefinition
public ProductField CategoryFieldDefinition { get; set; }
Property Value
- ProductField
CategoryId
public string CategoryId { get; set; }
Property Value
- string
FieldId
public string FieldId { get; set; }
Property Value
- string
SortOrder
public int SortOrder { get; set; }
Property Value
- int
Methods
CompareTo(object)
public int CompareTo(object obj)
Parameters
obj
object
Returns
- int