[]
        
(Showing Draft Content)

C1.WPF.Binding.XObjectExpression

XObjectExpression Class

Expression that represents an external object.

Inheritance
XObjectExpression
Namespace: C1.WPF.Binding
Assembly: C1.WPF.Binding.4.6.2.dll
Syntax
public class XObjectExpression : Expression, IComparable<Expression>, IEnumerable

Properties

Name Description
Value

Gets the inner value of this expression (may be an actual value or an IValueObject).

Methods

Name Description
Evaluate()

Returns the value of the Expression.

GetEnumerator()

Gets an IEnumerator that can be used to iterate over a collection.