Search Results for

    Show / Hide Table of Contents

    Interface ITrackingService

    Contains the methods that implement the business logic

    Inherited Members
    ITrackingRepository.GetNewTrackingId()
    ITrackingRepository.GetTracking(Int64)
    ITrackingRepository.GetTrackingEntriesByTrackingId(Int64)
    ITrackingRepository.SaveTracking(Tracking)
    ITrackingRepository.SaveEntries(IList<TrackingEntry>)
    Namespace: Simplic.Tracking
    Assembly: Simplic.Tracking.dll
    Syntax
    public interface ITrackingService : ITrackingRepository

    Methods

    | Improve this Doc View Source

    TrackChanges(Object, Object, String, Guid)

    Compares the values of the properties of 2 objects with the same type. For each value that is different a new tracking entry is made.

    Declaration
    void TrackChanges(object oldObj, object newObj, string tableName, Guid instanceDataGuid)
    Parameters
    Type Name Description
    System.Object oldObj

    the old Object to compare

    System.Object newObj

    the new Object to compare

    System.String tableName

    database tablename of the objects

    System.Guid instanceDataGuid

    Guid of the data record

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx