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

Search Results for

    Class ExpressionUtils

    Inheritance
    object
    ExpressionUtils
    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 ExpressionUtils

    Methods

    Name Description
    ParseBindingExpression<T>(Expression<Func<T>>)

    Parses an expression representing access to a nested property and returns two components:

    1. A lambda expression that evaluates the root object involved in the property chain.
    2. A string representing the property path relative to that root object (excluding the root itself).
    2025 © Xab3r. All rights reserved.