Метод | Описание | |
---|---|---|
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, |
Gets the eval data.
|
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 |
public static GetEvalData ( string expression, |
||
expression | string | The expression. |
target | The target. | |
entry | string | The entry. |
Результат | object |