EnumerableSelectorAggregateFunction - класс |
Пространство имён: Telerik.Web.Mvc
public abstract class EnumerableSelectorAggregateFunction : EnumerableAggregateFunctionBase
Тип EnumerableSelectorAggregateFunction предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| EnumerableSelectorAggregateFunction | Инициализирует новый экземпляр класса EnumerableSelectorAggregateFunction |
| Имя | Описание | |
|---|---|---|
| AggregateMethodName | (Унаследован от AggregateFunction.) | |
| Caption |
Gets or sets the informative message to display as an illustration of the aggregate function.
(Унаследован от AggregateFunction.) | |
| ExtensionMethodsType |
Gets the type of the extension methods that holds the extension methods for
aggregation. For example Enumerable or Queryable.
(Унаследован от EnumerableAggregateFunctionBase.) | |
| FunctionName |
Gets or sets the name of the aggregate function, which appears as a property of the group record on which records the function works.
(Унаследован от AggregateFunction.) | |
| ResultFormatString |
Gets or sets a string that is used to format the result value.
(Унаследован от AggregateFunction.) | |
| SourceField |
Gets or sets the name of the field, of the item from the set of items, which value is used as the argument of the aggregate function.
(Унаследован от AggregateFunction.) |
| Имя | Описание | |
|---|---|---|
| CreateAggregateExpression |
Creates the aggregate expression using EnumerableSelectorAggregateFunctionExpressionBuilder.
(Переопределяет AggregateFunctionCreateAggregateExpression(Expression, Boolean).) | |
| GenerateFunctionName | (Унаследован от EnumerableAggregateFunctionBase.) |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |