Search Results for

    Show / Hide Table of Contents

    Class Variance

    Inheritance
    System.Object
    Variance
    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 Variance

    Properties

    | Improve this Doc View Source

    NewValue

    Gets or sets the new value

    Declaration
    public object NewValue { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    OldValue

    Gets or sets the old value

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    Property

    Gets or sets the name of the property that changed

    Declaration
    public string Property { 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