Enum 405 Change Log Entry Type, source in 29

Source29

src/Layers/W1/BaseApp/System/ChangeLog/ChangeLogEntryType.Enum.al11 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Diagnostics;

enum 405 "Change Log Entry Type"
{
    Extensible = true;
    AssignmentCompatibility = true;

    value(0; "Insertion") { Caption = 'Insertion'; }
    value(1; "Modification") { Caption = 'Modification'; }
    value(2; "Deletion") { Caption = 'Deletion'; }
}