Creates an applier bound to one database.
Database whose containers and objects receive replayed changes
Replays changes in commit order.
Used by redo and by applying the forward direction of an undo record.
Ordered list of changes recorded by AcDbChangeRecorder
Replays the inverse of each change in reverse order.
Used by undo and transaction abort to restore the prior database state.
Ordered list of changes recorded by AcDbChangeRecorder
Applies forward or inverse database changes for undo/redo operations.
Structural changes (append/remove) and property snapshots (modify/sysvar) are replayed against a live AcDbDatabase instance.