Click or drag to resize

TrackChangesLevel Class

Represents the different levels of tracking changes for a specific entity.
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.Systems.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class TrackChangesLevel : Enum

The TrackChangesLevel type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDoNotTrackChanges
The do not track changes for this entity.
Public fieldStatic memberTrackLastChangesOnly
The track last changes only: creation time, creation user, last update time, last update user.
Public fieldStatic memberTrackObjectAndAttributeChanges
Object and attribute changes are tracked excluding BLOB attributes.
Public fieldStatic memberTrackObjectAttributeAndBlobChanges
Object and attribute changes are tracked including BLOB attributes.
Public fieldStatic memberTrackObjectChanges
Only object changes are tracked. The changed attributes are not tracked.
Public fieldvalue__
Top
See Also