Class ChangeTrackingKey
Inheritance
System.Object
ChangeTrackingKey
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.UI
Assembly: Simplic.Change.Tracking.UI.dll
Syntax
public class ChangeTrackingKey
Properties
| Improve this Doc View SourceObjectType
Gets or sets the object type as string
Declaration
public string ObjectType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryKey
Gets or sets the primary key based on the object
Declaration
public object PrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
System.Object |