ChangeLogDependencyEntity
An immutable, serializable object that describes a dependency entity instance within the change log. It extends ChangeLogEntity with references to the fromTask and toTask entities, providing the full context of the predecessor and successor relationship when the change occurred.
See also
- ChangeLogEntity — Base entity descriptor class
- DependencyModel — The dependency model this entity describes
- ChangeLogAction — Action that references this entity
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ChangeLogDependencyEntity class, or subclass thereof.
-
The 'from' task of the dependency.
-
The unique id of the entity instance, e.g. 'TaskModel-1'.
-
A user-friendly name for the entity instance, e.g. 'My important task'.
-
The 'to' task of the dependency.
-
The name of the Model type of the entity, e.g. 'TaskModel'.
-
Identifies an object as an instance of ChangeLogDependencyEntity class, or subclass thereof.