C# Class Rock.Web.FingerprintExpressionBuilder

Inheritance: System.Web.Compilation.ExpressionBuilder
显示文件 Open project: NewSpring/Rock

Public Methods

Method Description
GetCodeExpression ( System.Web.UI.BoundPropertyEntry entry, object parsedData, System.Web.Compilation.ExpressionBuilderContext context ) : System.CodeDom.CodeExpression

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

GetEvalData ( string expression, Type target, string entry ) : object

Gets the eval data.

Method Details

GetCodeExpression() public method

When overridden in a derived class, returns code that is used during page execution to obtain the evaluated expression.
public GetCodeExpression ( System.Web.UI.BoundPropertyEntry entry, object parsedData, System.Web.Compilation.ExpressionBuilderContext context ) : System.CodeDom.CodeExpression
entry System.Web.UI.BoundPropertyEntry The object that represents information about the property bound to by the expression.
parsedData object The object containing parsed data as returned by .
context System.Web.Compilation.ExpressionBuilderContext Contextual information for the evaluation of the expression.
return System.CodeDom.CodeExpression

GetEvalData() public static method

Gets the eval data.
public static GetEvalData ( string expression, Type target, string entry ) : object
expression string The expression.
target System.Type The target.
entry string The entry.
return object