C# Класс Telerik.Web.Mvc.Infrastructure.AggregateResult

Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AggregateResult ( AggregateFunction function ) : System

Initializes a new instance of the AggregateResult class.

AggregateResult ( object value, AggregateFunction function ) : System

Initializes a new instance of the AggregateResult class.

AggregateResult ( object value, int count, AggregateFunction function ) : System

Initializes a new instance of the AggregateResult class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Защищенные методы

Метод Описание
OnPropertyChanged ( string propertyName ) : void

Called when a property has changed.

Описание методов

AggregateResult() публичный Метод

Initializes a new instance of the AggregateResult class.
function is null.
public AggregateResult ( AggregateFunction function ) : System
function AggregateFunction that generated the result.
Результат System

AggregateResult() публичный Метод

Initializes a new instance of the AggregateResult class.
public AggregateResult ( object value, AggregateFunction function ) : System
value object The value of the result.
function AggregateFunction that generated the result.
Результат System

AggregateResult() публичный Метод

Initializes a new instance of the AggregateResult class.
function is null.
public AggregateResult ( object value, int count, AggregateFunction function ) : System
value object The value of the result.
count int The number of arguments used for the calculation of the result.
function AggregateFunction Function that generated the result.
Результат System

OnPropertyChanged() защищенный Метод

Called when a property has changed.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
Результат void

ToString() публичный Метод

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string