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