Search Results for

    Show / Hide Table of Contents

    Enum AuditAction

    The types of changes the audit query automatically categorizes.

    Namespace: LemonEdge.API.Entities.Data
    Assembly: LemonEdge.API.dll
    Syntax
    public enum AuditAction : short

    Fields

    Name Description
    Delete

    Indicates the change was an existing record being deleted

    Insert

    Indicates the change was a new record being inserted

    Locked

    Indicates the change was an exisiting record being set to locked with no other chnages

    Update

    Indicates the change was an existing record being updated

    Extension Methods

    LinqExtensions.AsArray<AuditAction>(AuditAction)
    LinqExtensions.ToArrayOfOne<AuditAction>(AuditAction)
    LinqExtensions.ToListOfOne<AuditAction>(AuditAction)
    MiscExtensions.SetIfNotEqual<AuditAction, TP>(AuditAction, Expression<Func<AuditAction, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.