Click or drag to resize

ItemSearchCriteria Class

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

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 ItemSearchCriteria

The ItemSearchCriteria type exposes the following members.

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