Table of Contents

Class SecurityDeviceStateElement

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

Represents a configured security device element and it's current state.

public class SecurityDeviceStateElement
Inheritance
SecurityDeviceStateElement
Inherited Members

Properties

SecurityDeviceIdentifier

The identifier of the security device. Please refer to the country specific documentation to know which field is stored here.

public string SecurityDeviceIdentifier { get; set; }

Property Value

string

State

The state of the security device.

public SecurityDeviceState State { get; set; }

Property Value

SecurityDeviceState

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.