ChangeLogEntity

An immutable, serializable object that describes an entity instance (for example, a single task). ChangeLogEntity instances appear in change log entries to indicate which entity was affected by a ChangeLogAction.

Properties

3
id: Stringreadonly

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

name: Stringreadonly

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

type: Stringreadonly

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