API Reference

This is the reference documentation of Tekla PowerFab Open API. The API contains request and response namespaces.

fsresFilter Class

A filter type and value.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresFilter

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

The fsresFilter type exposes the following members.

Constructors
  NameDescription
Public methodfsresFilter
fsresFilter class constructor
Top
Properties
  NameDescription
Public propertyFilterDisplay
The filter display value.
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