ExpressionBinding Properties
.NET Framework 4
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The ExpressionBinding type exposes the following members.
| Name | Description | |
|---|---|---|
|
Expression | Infrastructure. Gets or sets a value of the expression in its declarative syntax. |
|
ExpressionPrefix | Infrastructure. Gets or sets a value for the prefix of an expression in its declarative syntax. |
|
Generated | Infrastructure. Gets a value indicating whether the expression was implicitly generated by the parser. |
|
ParsedExpressionData | Infrastructure. Gets an object representing the data from an expression as created through the ParseExpression method. |
|
PropertyName | Infrastructure. Gets a value indicating the name of the property of the object to which the expression is applied. |
|
PropertyType | Infrastructure. Gets a value indicating the Type of the property of the object to which the expression is applied. |