mk.helpers
Search Results for

    Show / Hide Table of Contents

    Class EntityChange

    Inheritance
    object
    EntityChange
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: mk.helpers.Types
    Assembly: mk.helpers.dll
    Syntax
    public class EntityChange

    Properties

    NestedProperty

    Declaration
    public bool NestedProperty { get; set; }
    Property Value
    Type Description
    bool

    NewValue

    Declaration
    public object NewValue { get; set; }
    Property Value
    Type Description
    object

    OldValue

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type Description
    object

    Property

    Declaration
    public string Property { get; set; }
    Property Value
    Type Description
    string

    PropertyType

    Declaration
    public Type PropertyType { get; set; }
    Property Value
    Type Description
    Type

    Extension Methods

    ObjectExtensions.AsDictionary(object)
    ObjectExtensions.ToExpandoObject(object)
    ReflectionHelper.Changes(object, object)
    ReflectionHelper.CopyProperties(object, object, out List<EntityChange>)
    ReflectionHelper.CopyProperties(object, object, out List<EntityChange>, params string[])
    ReflectionHelper.CopyProperties(object, object, params string[])
    ReflectionHelper.CopyPropertiesFrom(object, object, out List<EntityChange>)
    ReflectionHelper.CopyPropertiesFrom(object, object, params string[])
    ObjectExtensions.IsDefault<T>(T)
    ObjectExtensions.IsIn<T>(T, params T[])
    ReflectionHelper.DeepClone<T>(T)
    ReflectionHelper.PublicPropertiesEqual<T>(T, T, params string[])
    EnumerableExtensions.IsAnyOf<T>(T, params T[])
    EnumerableExtensions.Yield<T>(T)
    In this article
    Back to top mk.helpers - MIT License