Table of Contents

Class SupportedHardware

Namespace
RetailForce.Fiscalisation.Model
Assembly
RetailForce.Fiscalisation.Model.dll

Class for defining of supported hardware

public class SupportedHardware
Inheritance
object
SupportedHardware
Inherited Members

Properties

Caption

Gets or sets the caption of the supported hardware (for example, "Security USB Stick" or printer POS-NET model number).

public string Caption { get; set; }

Property Value

string

HardwareType

Gets or sets the type of the hardware.

public SupportedHardwareType HardwareType { get; set; }

Property Value

SupportedHardwareType

The type of the hardware.

Platform

Gets or sets the platforms.

public List<PlatformType>? Platform { get; set; }

Property Value

List<PlatformType>

The platforms.

Version

Gets or sets the version.

public Version Version { get; set; }

Property Value

Version

The version.

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.