Class ReplaceItemCommand
Inheritance
ReplaceItemCommand
Constructors
(constructor)(productHandler, historyArgs, args, _commandManager)
Constructs a new instance of the ReplaceItemCommand class
Declaration
constructor(productHandler: ProductHandler, historyArgs: IHistoryArgs, args: IReplaceItemCommandArgs, _commandManager: ICommandManager);
Parameters
Methods
_executeCommandBody()
Declaration
_executeCommandBody(): Promise<void>;
Returns
| Type |
Description |
| Promise<void> |
|
redo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|
undo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|