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 SourceTracking(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 SourceDataGuid
Declaration
public Guid DataGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Entries
Declaration
public IList<TrackingEntry> Entries { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TrackingEntry> |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TableName
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrackingTimestamp
Declaration
public DateTime TrackingTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Type
Declaration
public short Type { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
UserId
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |