Table of Contents

Class TagAccessFilterFields

Namespace
TechnologySolutions.Rfid
Assembly
TechnologySolutions.Rfid.Operations.dll

Adds a TagAccess specification to the TagFilterFields to specify all the information required to perform a TagAccessOperation on one or more transponders

public class TagAccessFilterFields
Inheritance
TagAccessFilterFields
Inherited Members
Extension Methods

Constructors

TagAccessFilterFields(TagAccess, TagFilter, TagFields)

Initializes a new instance of the TagFilterFields class

public TagAccessFilterFields(TagAccess access, TagFilter filter, TagFields report)

Parameters

access TagAccess

How to access each transponder

filter TagFilter

The filter to identify the transponders to return

report TagFields

The fields to report per transponder

TagAccessFilterFields(TagAccess, TagFilterFields)

Initializes a new instance of the TagFilterFields class

public TagAccessFilterFields(TagAccess access, TagFilterFields filterFields)

Parameters

access TagAccess

How to access each transponder

filterFields TagFilterFields

The filter to identify the transponders and report the fields to return

Properties

Access

Gets how to access each transponder

public TagAccess Access { get; }

Property Value

TagAccess

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