Search Results for

    Show / Hide Table of Contents

    Class PropertyChange<T>

    Represents a description of how a property changed.

    Inheritance
    System.Object
    PropertyChange<T>
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class PropertyChange<T>
    Type Parameters
    Name Description
    T

    Type of the changed property.

    Properties

    | Improve this Doc View Source

    After

    The property's value after it was changed.

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

    Before

    The property's value before it was changed.

    Declaration
    public T Before { get; }
    Property Value
    Type Description
    T

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems