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

Search Results for

    Method GetPropertyAccessor

    GetPropertyAccessor<TValue>(object, string)

    Declaration
    public static PropertyAccessor<TValue> GetPropertyAccessor<TValue>(this object source, string propertyPath)
    Parameters
    Type Name Description
    object source
    string propertyPath
    Returns
    Type Description
    PropertyAccessor<TValue>
    Type Parameters
    Name Description
    TValue

    GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)

    Declaration
    public static PropertyAccessor<TValue> GetPropertyAccessor<TSource, TValue>(this TSource source, Expression<Func<TSource, TValue>> valueAccessor)
    Parameters
    Type Name Description
    TSource source
    Expression<Func<TSource, TValue>> valueAccessor
    Returns
    Type Description
    PropertyAccessor<TValue>
    Type Parameters
    Name Description
    TSource
    TValue
    © Xab3r. All rights reserved.