Show / Hide Table of Contents

Class PosPrinterDrawerConfiguration

Nastavenia otvárania peňažnej zásuvky pri tlači na POS tlačiarni.

Inheritance
object
PosPrinterDrawerConfiguration
Implements
IEquatablePosPrinterDrawerConfiguration
IDeepCloneablePosPrinterDrawerConfiguration
IDeepCloneable
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class PosPrinterDrawerConfiguration : IEquatable<PosPrinterDrawerConfiguration?>, IDeepCloneable<PosPrinterDrawerConfiguration>, IDeepCloneable

Constructors

PosPrinterDrawerConfiguration()

Vytvorí inštanciu s predvolenými hodnotami

Declaration
public PosPrinterDrawerConfiguration()

PosPrinterDrawerConfiguration(PosPrinterDrawerConfiguration)

Vytvorí kópiu nastavení

Declaration
public PosPrinterDrawerConfiguration(PosPrinterDrawerConfiguration configuration)
Parameters
Type Name Description
PosPrinterDrawerConfiguration configuration

Nastavenia, ktorých hodnoty budú skopírované

Properties

Enabled

Povolí alebo zakáže otvorenie peňažnej zásuvky pred tlačou dokladu.

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
bool

Režim otvorenia peňažnej zásuvky. Predvolená hodnota je true.

Examples

false

Pin

Pin konektoru peňažnej zásuvky

Declaration
public DrawerPin Pin { get; set; }
Property Value
Type Description
DrawerPin

Konektor peňažnej zásuvky. Predvolená hodnota je Pin2.

Examples

Pin2

Methods

DeepClone()

Declaration
public PosPrinterDrawerConfiguration DeepClone()
Returns
Type Description
PosPrinterDrawerConfiguration

Equals(PosPrinterDrawerConfiguration?)

Declaration
public bool Equals(PosPrinterDrawerConfiguration? other)
Parameters
Type Name Description
PosPrinterDrawerConfiguration other
Returns
Type Description
bool

Equals(PosPrinterDrawerConfiguration?, PosPrinterDrawerConfiguration?)

Declaration
public static bool Equals(PosPrinterDrawerConfiguration? first, PosPrinterDrawerConfiguration? second)
Parameters
Type Name Description
PosPrinterDrawerConfiguration first
PosPrinterDrawerConfiguration second
Returns
Type Description
bool

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

IEquatable<T>
IDeepCloneable<T>
IDeepCloneable
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©