AggregateResult - класс |
Пространство имён: Telerik.Web.Mvc.Infrastructure
public class AggregateResult
Тип AggregateResult предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| AggregateResult(AggregateFunction) |
Initializes a new instance of the AggregateResult class.
| |
| AggregateResult(Object, AggregateFunction) |
Initializes a new instance of the AggregateResult class.
| |
| AggregateResult(Object, Int32, AggregateFunction) |
Initializes a new instance of the AggregateResult class.
|
| Имя | Описание | |
|---|---|---|
| AggregateMethodName | ||
| Caption |
Gets or sets the text which serves as a caption for the result in a user interface..
| |
| FormattedValue |
Gets the formatted value of the result.
| |
| FunctionName |
Gets the name of the function.
| |
| ItemCount |
Gets or sets the number of arguments used for the calulation of the result.
| |
| Member | ||
| Value |
Gets or sets the value of the result.
|
| Имя | Описание | |
|---|---|---|
| Format | ||
| ToString |
Returns a String that represents the current Object.
(Переопределяет Object.ToString.) |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |