AggregateFunction - класс |
Пространство имён: Telerik.Web.Mvc
public abstract class AggregateFunction
Тип AggregateFunction предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| AggregateFunction | Инициализирует новый экземпляр класса AggregateFunction |
| Имя | Описание | |
|---|---|---|
| AggregateMethodName | ||
| Caption |
Gets or sets the informative message to display as an illustration of the aggregate function.
| |
| 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.
| |
| ResultFormatString |
Gets or sets a string that is used to format the result value.
| |
| 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.
|
| Имя | Описание | |
|---|---|---|
| CreateAggregateExpression |
Creates the aggregate expression that is used for constructing expression
tree that will calculate the aggregate result.
| |
| GenerateFunctionName |
Generates default name for this function using this type's name.
|
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |