Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Resources Namespace / AcStringExpressionBuilder Class / GetCodeExpression Method
The object that represents information about the property bound to by the expression.
The object containing parsed data as returned by System.Web.Compilation.ExpressionBuilder.ParseExpression(System.String,System.Type,System.Web.Compilation.ExpressionBuilderContext).
Contextual information for the evaluation of the expression.
In This Topic
    GetCodeExpression Method (AcStringExpressionBuilder)
    In This Topic
    When overridden in a derived class, returns code that is used during page execution to obtain the evaluated expression.
    Syntax

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also