Class ScanDevice
The representation of a scanning device and its corresponding driver.
public sealed record ScanDevice : IEquatable<ScanDevice>
- Inheritance
-
ScanDevice
- Implements
Constructors
ScanDevice(Driver, string, string, string?)
The representation of a scanning device and its corresponding driver.
public ScanDevice(Driver Driver, string ID, string Name, string? IconUri = null)
Parameters
Properties
Driver
public Driver Driver { get; init; }
Property Value
ID
public string ID { get; init; }
Property Value
IconUri
public string? IconUri { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Methods
Equals(ScanDevice?)
public bool Equals(ScanDevice? other)
Parameters
other
ScanDevice
Returns
GetHashCode()
public override int GetHashCode()