ChangeLogMoveAction
An immutable, serializable object that describes an action that moved an entity from one location to another within a tree structure. It records the original from location and the new to location, each containing the parent entity and the child index. This is used by the Versions feature to track reordering or reparenting of tasks in the project.
See also
- ChangeLogAction — Base action class
- ChangeLogTransactionModel — Transaction containing move actions
- Versions — Feature that records move actions during versioning
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ChangeLogMoveAction class, or subclass thereof.
-
The type of change.
-
A descriptor for the entity (object) affected by this action.
-
The original location from which the entity was moved
-
The new location to which the entity was moved
-
Identifies an object as an instance of ChangeLogMoveAction class, or subclass thereof.