Class ReaderInfo
This class contains the reader's information which includes name, description, location and contact
Inheritance
System.Object
ReaderInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class ReaderInfo
Constructors
ReaderInfo(String, String, String, String)
Overloaded contructor takes reader's name, description, location and contact
Declaration
public ReaderInfo(string name, string description, string location, string contact)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | Name for the reader |
| System.String | description | Description for the reader |
| System.String | location | Location for the reader |
| System.String | contact | Contact Information for the reader |
Properties
Contact
Gets or sets the reader's contact
Declaration
public string Contact { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Gets or sets the reader's description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Location
Gets or sets the reader's location
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Gets or sets the reader's name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |