Skip to main content

BaseProductCommand

Classes

abstract BaseProductCommand

Extends

Extended by

Type Parameters

Type Parameter
TArgs
TResult

Constructors

Constructor
new BaseProductCommand<TArgs, TResult>(
product,
historyArgs,
args?): BaseProductCommand<TArgs, TResult>;
Parameters
ParameterType
productProduct
historyArgsIHistoryArgs
args?TArgs
Returns

BaseProductCommand<TArgs, TResult>

Overrides

ModelUpdateCommand.constructor

Methods

execute()
execute(): Promise<TResult>;
Returns

Promise<TResult>

Inherited from

ModelUpdateCommand.execute

redo()
redo(): Promise<void>;
Returns

Promise<void>

Inherited from

ModelUpdateCommand.redo

undo()
undo(): Promise<void>;
Returns

Promise<void>

Inherited from

ModelUpdateCommand.undo

Was this page helpful?