v7.3.0
SupportExamplesFree Trial

ChangeLogEntity

An immutable, serializable object that describes an entity instance (for example, a single task or resource). ChangeLogEntity instances appear in change log entries to indicate which entity was affected by a ChangeLogAction. Each entity captures the id, type (model class name), and a user-friendly name at the time of the change. Specialized subclasses like ChangeLogAssignmentEntity and ChangeLogDependencyEntity add relationship references.

See also

No results

Properties

Properties are getters/setters or publicly accessible variables on this class
    • id : String
      READONLY

      The unique id of the entity instance, e.g. 'TaskModel-1'.

    • name : String
      READONLY

      A user-friendly name for the entity instance, e.g. 'My important task'.

    • type : String
      READONLY

      The name of the Model type of the entity, e.g. 'TaskModel'.

    Source path

    SchedulerPro/model/changelog/ChangeLogEntity.js

    Contents