Click or drag to resize

BatchSortDirective Class

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

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 BatchSortDirective

The BatchSortDirective type exposes the following members.

Constructors
  NameDescription
Public methodBatchSortDirective
Initializes a new instance of the BatchSortDirective 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