API Reference v. 1.5.0
TagBites.Expressions Namespace
Section titled “TagBites.Expressions Namespace”| Classes | |
|---|---|
| ExpressionParser | Parses C# expressions into LambdaExpression trees, and compiles or evaluates them. |
| ExpressionParserException | The exception that is thrown when an expression cannot be parsed or bound. |
| ExpressionParserOptions | Options for parsing expressions, including validation, parameters, global members, and custom property resolution. |
| Structs | |
|---|---|
| ExpressionArgument | A named argument passed to an expression, with an optional declared type. |
| Interfaces | |
|---|---|
| IExpressionMemberResolverContext | Provides data for a ExpressionParserOptions.CustomPropertyResolver call. |