Enum 405 Change Log Entry Type

App
Base Application
Namespace
System.Diagnostics
Versions
20-28

Values, 3

Versions171819202122232425262728

Source29

Source in 29

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'; }
}