Show / Hide Table of Contents

Class PrintersConfiguration

Nastavenia tlačiarní

Inheritance
System.Object
PrintersConfiguration
Implements
System.IEquatable<PrintersConfiguration>
IDeepCloneable<PrintersConfiguration>
IDeepCloneable
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class PrintersConfiguration : Object, IEquatable<PrintersConfiguration>, IDeepCloneable<PrintersConfiguration>, IDeepCloneable

Constructors

PrintersConfiguration()

Vytvorí nastavenia tlačiarní s predvolenými hodnotami

Declaration
public PrintersConfiguration()

PrintersConfiguration(PrintersConfiguration)

Vytvorí kópiu nastavení

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

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

Properties

Email

Nastavenia E-mail tlačiarne

Declaration
public EmailPrinterConfiguration Email { get; }
Property Value
Type Description
EmailPrinterConfiguration

Pdf

Nastavenia PDF tlačiarne

Declaration
public PdfPrinterConfiguration Pdf { get; }
Property Value
Type Description
PdfPrinterConfiguration

Pos

Nastavenia POS tlačiarne

Declaration
public PosPrinterConfiguration Pos { get; }
Property Value
Type Description
PosPrinterConfiguration

PrintReceiptIdBarcode

Určuje, či bude spolu s unikátnym identifikátorom vo forme QR kódu tlačený identifikátor aj v podobe čiarového kódu. Predvolená hodnota je false.

Declaration
public bool PrintReceiptIdBarcode { get; set; }
Property Value
Type Description
System.Boolean

Methods

DeepClone()

Declaration
public PrintersConfiguration DeepClone()
Returns
Type Description
PrintersConfiguration

Equals(PrintersConfiguration)

Declaration
public bool Equals(PrintersConfiguration other)
Parameters
Type Name Description
PrintersConfiguration other
Returns
Type Description
System.Boolean

Equals(PrintersConfiguration, PrintersConfiguration)

Declaration
public static bool Equals(PrintersConfiguration first, PrintersConfiguration second)
Parameters
Type Name Description
PrintersConfiguration first
PrintersConfiguration second
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

Explicit Interface Implementations

IDeepCloneable.DeepClone()

Declaration
object IDeepCloneable.DeepClone()
Returns
Type Description
System.Object

Implements

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