Class
AggregateFunctionCollection

Gets the AggregateFunction with the specified function name.

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

cs-api-definition
public class AggregateFunctionCollection : Collection<AggregateFunction>, IList<AggregateFunction>, ICollection<AggregateFunction>, IList, ICollection, IReadOnlyList<AggregateFunction>, IReadOnlyCollection<AggregateFunction>, IEnumerable<AggregateFunction>, IEnumerable

Inheritance: objectCollection<AggregateFunction>AggregateFunctionCollection

Implements: ICollectionICollection<AggregateFunction>IEnumerableIEnumerable<AggregateFunction>IListIList<AggregateFunction>IReadOnlyCollection<AggregateFunction>IReadOnlyList<AggregateFunction>

Inherited Members Collection<AggregateFunction>.Add(AggregateFunction)Collection<AggregateFunction>.Clear()Collection<AggregateFunction>.CopyTo(AggregateFunction[], int)Collection<AggregateFunction>.Contains(AggregateFunction)Collection<AggregateFunction>.GetEnumerator()Collection<AggregateFunction>.IndexOf(AggregateFunction)Collection<AggregateFunction>.Insert(int, AggregateFunction)Collection<AggregateFunction>.Remove(AggregateFunction)Collection<AggregateFunction>.RemoveAt(int)Collection<AggregateFunction>.ClearItems()Collection<AggregateFunction>.InsertItem(int, AggregateFunction)Collection<AggregateFunction>.RemoveItem(int)Collection<AggregateFunction>.SetItem(int, AggregateFunction)Collection<AggregateFunction>.CountCollection<AggregateFunction>.ItemsCollection<AggregateFunction>.this[int]

Constructors

AggregateFunctionCollection()

Declaration

cs-api-definition
public AggregateFunctionCollection()

Properties

this[string]

Gets the AggregateFunction with the specified function name.

Declaration

cs-api-definition
public AggregateFunction this[string functionName] { get; }

Parameters

functionName

string

Property Value

AggregateFunction

First AggregateFunction with the specified function name if any, otherwise null.