EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class ObjectExtensions

    Inheritance
    object
    ObjectExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: PoeShared.Scaffolding
    Assembly: PoeShared.dll
    Syntax
    public static class ObjectExtensions

    Methods

    Name Description
    AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    CloneJson<T>(T)

    Perform a deep Copy of the object, using Json as a serialisation method. NOTE: Private members are not cloned using this method.

    CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    DumpToHex(byte[], int)
    DumpToNamedTable<T>(IEnumerable<T>, string, int, string)
    DumpToNamedTable<T>(IEnumerable<T>, string, string)
    DumpToString<T>(IEnumerable<T>)
    DumpToTable<T>(IEnumerable<T>, int)
    DumpToTable<T>(IEnumerable<T>, string)
    DumpToTable<T>(IEnumerable<T>, string, string, int?)
    DumpToTextRaw<T>(T)
    DumpToText<T>(T)
    Dump<T>(T)
    EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue)
    Eval<T, TValue>(T, Func<T, TValue>)
    GetAllProperties(Type, BindingFlags)
    GetPropertyAccessor<TValue>(object, string)
    GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ToJson<T>(T)
    ToStringSafe<T>(T)
    ToStringTable<T>(IEnumerable<T>, string)
    TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    © Xab3r. All rights reserved.