Show / Hide Table of Contents

    ModelState Enum

    .NET Standard 2.x

    Specifies the tracked state of the model object.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public enum ModelState;
    

    Fields

    Name Description
    NotTracked This model has not been tracked.
    NotModified No data has been changed since retrieved.
    Modified Data has been changed since retrieved.
    New Data is newly added and no values have been specified for its properties.
    NewModified Data is newly added, and values have been assigned to its properties.
    Deleted Data has been deleted since retrieved.
    Back to top Generated by Appeon