Search Results for

    Show / Hide Table of Contents

    Class Tracking

    Represents a change of all properties of an object with timestamp and current user

    Inheritance
    System.Object
    Tracking
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Tracking
    Assembly: Simplic.Tracking.dll
    Syntax
    public class Tracking

    Constructors

    | Improve this Doc View Source

    Tracking(String, DateTime, Int32, Guid, Int16)

    Declaration
    public Tracking(string tableName, DateTime dateTime, int userId, Guid dataGuid, short type)
    Parameters
    Type Name Description
    System.String tableName
    System.DateTime dateTime
    System.Int32 userId
    System.Guid dataGuid
    System.Int16 type

    Properties

    | Improve this Doc View Source

    DataGuid

    Declaration
    public Guid DataGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Entries

    Declaration
    public IList<TrackingEntry> Entries { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<TrackingEntry>
    | Improve this Doc View Source

    Id

    Declaration
    public long Id { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    TableName

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TrackingTimestamp

    Declaration
    public DateTime TrackingTimestamp { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Type

    Declaration
    public short Type { get; set; }
    Property Value
    Type Description
    System.Int16
    | Improve this Doc View Source

    UserId

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