Search Results for

    Show / Hide Table of Contents

    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 Source

    ObjectType

    Gets or sets the object type as string

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

    PrimaryKey

    Gets or sets the primary key based on the object

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