System.Web.Compilation.ExpressionBuilder Members

The members of System.Web.Compilation.ExpressionBuilder are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Web.Compilation.ExpressionBuilder class.

Public Properties

[read-only]
SupportsEvaluatebool.

When overridden in a derived class, returns a value indicating whether the current System.Web.Compilation.ExpressionBuilder object supports no-compile pages.

Public Methods

EvaluateExpression(object, System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) : object

When overridden in a derived class, returns an object that represents an evaluated expression.

abstract
GetCodeExpression(System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) : System.CodeDom.CodeExpression

When overridden in a derived class, returns code that is used during page execution to obtain the evaluated expression.

ParseExpression(string, Type, ExpressionBuilderContext) : object

When overridden in a derived class, returns an object that represents the parsed expression.