public override CodeExpression GetCodeExpression( 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 System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext).
- context
- Contextual information for the evaluation of the expression.
Return Value
A System.CodeDom.CodeExpression that is used for property assignment.