Show / Hide Table of Contents

Class PrintRecord

Inheritance
object
Record
PrintRecord
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class PrintRecord : Record

Constructors

PrintRecord(byte[])

Declaration
public PrintRecord(byte[] content)
Parameters
Type Name Description
byte content

PrintRecord(DateTimeOffset, byte[])

Declaration
public PrintRecord(DateTimeOffset createDate, byte[] content)
Parameters
Type Name Description
DateTimeOffset createDate
byte content

PrintRecord(DateTimeOffset, IReadOnlyList<byte>)

Declaration
public PrintRecord(DateTimeOffset createDate, IReadOnlyList<byte> content)
Parameters
Type Name Description
DateTimeOffset createDate
IReadOnlyListbyte content

Properties

Content

Declaration
public IReadOnlyList<byte> Content { get; }
Property Value
Type Description
IReadOnlyListbyte

CreateDate

Declaration
public override DateTimeOffset CreateDate { get; }
Property Value
Type Description
DateTimeOffset
Overrides
Record.CreateDate
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©