C# Класс Rock.Web.FingerprintExpressionBuilder

Наследование: System.Web.Compilation.ExpressionBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetCodeExpression() публичный Метод

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.
Результат System.CodeDom.CodeExpression

GetEvalData() публичный статический Метод

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.
Результат object