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
TagAccessHow to access each transponder
filter
TagFilterThe filter to identify the transponders to return
report
TagFieldsThe fields to report per transponder
TagAccessFilterFields(TagAccess, TagFilterFields)
Initializes a new instance of the TagFilterFields class
public TagAccessFilterFields(TagAccess access, TagFilterFields filterFields)
Parameters
access
TagAccessHow to access each transponder
filterFields
TagFilterFieldsThe 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
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; }