System.Web.Compilation.ExpressionBuilder.GetCodeExpression Method

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

Syntax

public abstract System.CodeDom.CodeExpression GetCodeExpression (System.Web.UI.BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)

Parameters

entry
The object that represents information about the property bound to by the expression.
parsedData
The object containing parsed data as returned by ExpressionBuilder.ParseExpression(string, Type, ExpressionBuilderContext).
context
Contextual information for the evaluation of the expression.

Returns

A System.CodeDom.CodeExpression that is used for property assignment.

Remarks

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0