Class TagFilterFields
- Namespace
- TechnologySolutions.Rfid
- Assembly
- TechnologySolutions.Rfid.Operations.dll
Extends a TagFilter to include which fields to return per transponder
public class TagFilterFields
- Inheritance
-
TagFilterFields
- Inherited Members
- Extension Methods
Constructors
TagFilterFields(TagFilter, TagFields)
Initializes a new instance of the TagFilterFields class
public TagFilterFields(TagFilter filter, TagFields report)
Parameters
filterTagFilterThe filter to identify the transponders to return
reportTagFieldsThe fields to report per transponder
Properties
Filter
Gets the filter to identify the transponders to return
public TagFilter Filter { get; }
Property Value
Report
Gets the fields to report per transponder
public TagFields Report { get; }
Property Value
Methods
Exclude(TagFields)
Excludes the fields from the specification
public TagFilterFields Exclude(TagFields fields)
Parameters
fieldsTagFieldsThe fields to exclude
Returns
- TagFilterFields
The updated tag filter without the fields
Include(TagFields)
Includes the addition fields into the specification
public TagFilterFields Include(TagFields fields)
Parameters
fieldsTagFieldsThe fields to also include
Returns
- TagFilterFields
The updated tag filter with fields