Search Results for

    Show / Hide Table of Contents

    Interface IChangeTrackingRepository

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

    Methods

    | Improve this Doc View Source

    Get(Int64)

    Declaration
    ChangeTracking Get(long id)
    Parameters
    Type Name Description
    System.Int64 id
    Returns
    Type Description
    ChangeTracking
    | Improve this Doc View Source

    GetAllDeleted(String)

    Declaration
    IEnumerable<ChangeTracking> GetAllDeleted(string tableName)
    Parameters
    Type Name Description
    System.String tableName
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ChangeTracking>
    | Improve this Doc View Source

    GetChanges(Object)

    Declaration
    IEnumerable<ChangeTracking> GetChanges(object primaryKey)
    Parameters
    Type Name Description
    System.Object primaryKey
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ChangeTracking>
    | Improve this Doc View Source

    GetChangesWithObject(Object, String)

    Declaration
    IEnumerable<ChangeTracking> GetChangesWithObject(object poco, string dataColumn = "")
    Parameters
    Type Name Description
    System.Object poco
    System.String dataColumn
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ChangeTracking>
    | Improve this Doc View Source

    GetJsonAsByteArray(Int64)

    Declaration
    byte[] GetJsonAsByteArray(long ident)
    Parameters
    Type Name Description
    System.Int64 ident
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Save(ChangeTracking)

    Declaration
    bool Save(ChangeTracking obj)
    Parameters
    Type Name Description
    ChangeTracking obj
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx