Click or drag to resize

ItemSortDirective Class

A object which represents the how Item related search results should be sorted. Two or more ItemSortDirective objects may be strung together to form multi-level sort directives.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsItemSortDirective

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class ItemSortDirective

The ItemSortDirective type exposes the following members.

Constructors
  NameDescription
Public methodItemSortDirective
Initializes a new instance of the ItemSortDirective class
Top
Properties
  NameDescription
Public propertyFieldName
An enumerated value indicating the field to be sorted upon.
Public propertySortMode
The order in which the results will be sorted for this field.
Top
See Also