Click or drag to resize

TransportOrderSearchCriteria Class

An object that represents a search parameter that is passed to a method that performs searches on TransportOrder objects.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsTransportOrderSearchCriteria

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 TransportOrderSearchCriteria

The TransportOrderSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodTransportOrderSearchCriteria
Initializes a new instance of the TransportOrderSearchCriteria class
Top
Properties
  NameDescription
Public propertySearchFieldName
An enumerated value indicating the field to be searched upon.
Public propertySearchValue
The value to search upon for this field. The type of this object depends on the nature of the search field.
Top
See Also