fsreqFilter Class

A filter type and value.
Inheritance Hierarchy
SystemObject
  FabSuiteRequestApifsreqFilter

Namespace:  FabSuiteRequestApi
Assembly:  FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-request-v0108.xsd")]
public class fsreqFilter

The fsreqFilter type exposes the following members.

Constructors
  NameDescription
Public methodfsreqFilter
fsreqFilter class constructor
Top
Properties
  NameDescription
Public propertyFilterDisplay
The value that the field should be restricted to.
Public propertyFilters
The set of nested filter conditions. If specified then it will be considered to be an 'AND' condition on top of the current filter. If multiple nested filters are specified then each of the Filters elements are considered to be an 'OR' condition with respect to each other. For example, this set of filters:
Public propertyFilterType
The field that the filter applies to.
Public propertyFilterValue
The value that the field should be restricted to.
Public propertyFilterValueMax
If specified then this becomes a range filter with FilterValue being the bottom value of the range and FilterValueMax being the upper value.
Public propertyMatchType
The type of match that should be used to apply the filter. The default match type if this element is not specified is EXACT. Not all match types are valid for every filter. The PREFIX, SUFFIX, and ANY match types are only valid for the filter types: MainMark DrawingNumber Sequence LotNumber Category SubCategory
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next