Click or drag to resize

TransportOrderSortDirective Class

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

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class TransportOrderSortDirective

The TransportOrderSortDirective type exposes the following members.

Constructors
  NameDescription
Public methodTransportOrderSortDirective
Initializes a new instance of the TransportOrderSortDirective class
Top
Properties
  NameDescription
Public propertyFieldNames
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