Table of Contents

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

filter TagFilter

The filter to identify the transponders to return

report TagFields

The fields to report per transponder

Properties

Filter

Gets the filter to identify the transponders to return

public TagFilter Filter { get; }

Property Value

TagFilter

Report

Gets the fields to report per transponder

public TagFields Report { get; }

Property Value

TagFields

Methods

Exclude(TagFields)

Excludes the fields from the specification

public TagFilterFields Exclude(TagFields fields)

Parameters

fields TagFields

The 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

fields TagFields

The fields to also include

Returns

TagFilterFields

The updated tag filter with fields