Click or drag to resize

BatchSearchCriteria Class

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

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 BatchSearchCriteria

The BatchSearchCriteria type exposes the following members.

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