Class LocalizationExpressionBuilder
Inheritance
System.Object
LocalizationExpressionBuilder
Assembly: DotNetNuke.dll
Syntax
public class LocalizationExpressionBuilder : ExpressionBuilder
Properties
|
Improve this Doc
View Source
SupportsEvaluate
Declaration
public override bool SupportsEvaluate { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
EvaluateExpression(Object, BoundPropertyEntry, Object, ExpressionBuilderContext)
Declaration
public override object EvaluateExpression(object target, BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
Parameters
Type |
Name |
Description |
System.Object |
target |
|
BoundPropertyEntry |
entry |
|
System.Object |
parsedData |
|
ExpressionBuilderContext |
context |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetCodeExpression(BoundPropertyEntry, Object, ExpressionBuilderContext)
Declaration
public override CodeExpression GetCodeExpression(BoundPropertyEntry entry, object parsedData, ExpressionBuilderContext context)
Parameters
Type |
Name |
Description |
BoundPropertyEntry |
entry |
|
System.Object |
parsedData |
|
ExpressionBuilderContext |
context |
|
Returns
Type |
Description |
CodeExpression |
|
|
Improve this Doc
View Source
GetLocalizedResource(String, Type, String, String)
Declaration
public static object GetLocalizedResource(string key, Type targetType, string propertyName, string virtualPath)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Type |
targetType |
|
System.String |
propertyName |
|
System.String |
virtualPath |
|
Returns
Type |
Description |
System.Object |
|
Extension Methods