Search Results for

    Show / Hide Table of Contents

    Class ChangeTracking

    Inheritance
    System.Object
    ChangeTracking
    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.Change.Tracking
    Assembly: Simplic.Change.Tracking.dll
    Syntax
    public class ChangeTracking

    Properties

    | Improve this Doc View Source

    CrudType

    Gets or sets the enum, either it is a insert = 0 or update = 1 or delete =2

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

    DataGuid

    Gets or sets the data id as guid

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

    DataLong

    Gets or sets the data id as long

    Declaration
    public long? DataLong { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    DataString

    Gets or sets the data id as string

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

    Ident

    Ident serves as the unique identitifer

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

    JsonObject

    Json string thats stores the changes

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

    TableName

    Gets or sets the table name of the object

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

    TimeStampChange

    Gets or sets the time stamp when the crud occured

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

    UserId

    Gets or sets the user id

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    UserName

    Gets or set the user name as string

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