C# 클래스 Rock.Web.FingerprintExpressionBuilder

상속: System.Web.Compilation.ExpressionBuilder
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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