Search Results for

    Show / Hide Table of Contents

    Interface ITrackable

    Namespace: Simplic.Change.Tracking
    Assembly: Simplic.Change.Tracking.dll
    Syntax
    public interface ITrackable

    Properties

    | Improve this Doc View Source

    CrudType

    Gets or sets the crud type - 0 = insert, 1 = update, 2 = delete

    Declaration
    CrudType CrudType { get; set; }
    Property Value
    Type Description
    CrudType
    | Improve this Doc View Source

    IsTrackable

    Gets and sets the state if the poco is trackable

    Declaration
    bool IsTrackable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Snapshot

    Gets or sets the snapshot

    Declaration
    object Snapshot { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx