Class QueueProcessCurrentItemChange
Zmena spracovávanej položky
Inherited Members
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class QueueProcessCurrentItemChange
Constructors
QueueProcessCurrentItemChange(IRegisterToken, IRegisterToken)
Declaration
public QueueProcessCurrentItemChange(IRegisterToken newItem, IRegisterToken oldItem)
Parameters
| Type | Name | Description |
|---|---|---|
| IRegisterToken | newItem | |
| IRegisterToken | oldItem |
Properties
NewItem
Nová spracovávaná položka
Declaration
public IRegisterToken NewItem { get; }
Property Value
| Type | Description |
|---|---|
| IRegisterToken |
OldItem
Predchádzajúca spracovávaná položka
Declaration
public IRegisterToken OldItem { get; }
Property Value
| Type | Description |
|---|---|
| IRegisterToken |