ClassMemberFirstFunction
Represents a function that returns the first item from a set of items.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class MemberFirstFunction : ChartAggregateFunction, INotifyPropertyChanged
Inheritance: objectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionChartAggregateFunctionMemberFirstFunction
Implements:
Inherited Members
Constructors
MemberFirstFunction()
Declaration
public MemberFirstFunction()
Properties
AggregateMethodName
Gets the name of the aggregate method on the ExtensionMethodsType that will be used for aggregation.
Declaration
protected override string AggregateMethodName { get; }
Property Value
The name of the aggregate method that will be used.
Overrides
ExtensionMethodsType
Gets the type of the extension methods that holds the extension methods for aggregation. For example Enumerable or Queryable.
Declaration
protected override Type ExtensionMethodsType { get; }
Property Value
The type of that holds the extension methods. The default value is Enumerable.
Overrides