1 write to MethodName
System.Web.Extensions (1)
UI\WebControls\Expressions\MethodExpression.cs (1)
83
MethodName
= String.Format(CultureInfo.CurrentCulture, MethodName, dataSource.EntitySetName);
8 references to MethodName
System.Web.Extensions (8)
UI\WebControls\Expressions\MethodExpression.cs (8)
75
if (String.IsNullOrEmpty(
MethodName
)) {
83
MethodName = String.Format(CultureInfo.CurrentCulture,
MethodName
, dataSource.EntitySetName);
85
else if (
MethodName
.Contains("{0}")) {
97
methodInfo = type.GetMethod(
MethodName
, MethodFlags);
122
AtlasWeb.MethodExpression_MethodNotFound,
MethodName
));
127
AtlasWeb.MethodExpression_MethodMustBeStatic,
MethodName
));
133
MethodName
, source.GetType()));
144
AtlasWeb.MethodExpression_ParameterNotFound,
MethodName
, param.Name));