메소드 | 설명 | |
---|---|---|
EvaluateExpression ( object target, BoundPropertyEntry entry, object parsedData, System.Web.Compilation.ExpressionBuilderContext context ) : object | ||
GetCodeExpression ( BoundPropertyEntry entry, object parsedData, System.Web.Compilation.ExpressionBuilderContext context ) : CodeExpression | ||
ParseExpression ( string expression ) : System.Web.Compilation.ResourceExpressionFields | ||
ParseExpression ( string expression, |
||
ResourceExpressionBuilder ( ) : System |
메소드 | 설명 | |
---|---|---|
CreateGetLocalResourceObject ( BoundPropertyEntry bpe, string resname ) : CodeExpression | ||
CreateGetLocalResourceObject ( MemberInfo mi, string resname ) : CodeExpression | ||
CreateGetLocalResourceObject ( |
public EvaluateExpression ( object target, BoundPropertyEntry entry, object parsedData, System.Web.Compilation.ExpressionBuilderContext context ) : object | ||
target | object | |
entry | BoundPropertyEntry | |
parsedData | object | |
context | System.Web.Compilation.ExpressionBuilderContext | |
리턴 | object |
public GetCodeExpression ( BoundPropertyEntry entry, object parsedData, System.Web.Compilation.ExpressionBuilderContext context ) : CodeExpression | ||
entry | BoundPropertyEntry | |
parsedData | object | |
context | System.Web.Compilation.ExpressionBuilderContext | |
리턴 | CodeExpression |
public static ParseExpression ( string expression ) : System.Web.Compilation.ResourceExpressionFields | ||
expression | string | |
리턴 | System.Web.Compilation.ResourceExpressionFields |
public ParseExpression ( string expression, |
||
expression | string | |
propertyType | ||
context | System.Web.Compilation.ExpressionBuilderContext | |
리턴 | object |