Search Results for

    Show / Hide Table of Contents

    Interface IChangeTrackingService

    Inherited Members
    IChangeTrackingRepository.Save(ChangeTracking)
    IChangeTrackingRepository.Get(Int64)
    IChangeTrackingRepository.GetChanges(Object)
    IChangeTrackingRepository.GetJsonAsByteArray(Int64)
    IChangeTrackingRepository.GetChangesWithObject(Object, String)
    IChangeTrackingRepository.GetAllDeleted(String)
    Namespace: Simplic.Change.Tracking
    Assembly: Simplic.Change.Tracking.dll
    Syntax
    public interface IChangeTrackingService : IChangeTrackingRepository

    Methods

    | Improve this Doc View Source

    CreateDeepCopy<TModel>(Object)

    Declaration
    TModel CreateDeepCopy<TModel>(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    TModel
    Type Parameters
    Name Description
    TModel
    | Improve this Doc View Source

    DetailedCompare<T>(T, T)

    Declaration
    string DetailedCompare<T>(T oldValue, T newValue)
    Parameters
    Type Name Description
    T oldValue
    T newValue
    Returns
    Type Description
    System.String
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    GetJson(Int64)

    Declaration
    string GetJson(long ident)
    Parameters
    Type Name Description
    System.Int64 ident
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    IsTrackable<TModel>(Object)

    Declaration
    bool IsTrackable<TModel>(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    TModel
    | Improve this Doc View Source

    TrackChange<TModel, TId>(Object, CrudType, String, Object, Object)

    Declaration
    void TrackChange<TModel, TId>(object obj, CrudType crudType, string tableName, object snapshot, object primaryKey)
    Parameters
    Type Name Description
    System.Object obj
    CrudType crudType
    System.String tableName
    System.Object snapshot
    System.Object primaryKey
    Type Parameters
    Name Description
    TModel
    TId
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx