ChangeLogAssignmentEntity
An immutable, serializable object that describes a resource assignment entity instance within the change log. It extends ChangeLogEntity with references to the related event and resource entities, providing the full context of which resource was assigned to which event when the change occurred.
See also
- ChangeLogEntity — Base entity descriptor class
- AssignmentModel — The assignment 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 ChangeLogAssignmentEntity class, or subclass thereof.
-
The event to which the assignment was made.
-
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 resource that was assigned.
-
The name of the Model type of the entity, e.g. 'TaskModel'.
-
Identifies an object as an instance of ChangeLogAssignmentEntity class, or subclass thereof.