Show / Hide Table of Contents

    Enum ChangeTypes

    Defines the record or entity change types.

    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [Flags]
    public enum ChangeTypes

    Fields

    Name Description
    All

    All changes are included in the scope.

    Created

    New record has been created.

    Deleted

    Record has been deleted.

    None

    Record is not changed.

    Updated

    Record has been updated.

    Back to top Nevatech Sentinet 6.5 Online Documentation