Click or drag to resize
AggregateResult Class
Represents a result returned by an aggregate function.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.DataAggregateResult

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class AggregateResult : INotifyPropertyChanged

The AggregateResult type exposes the following members.

Constructors
  NameDescription
Public methodAggregateResult(AggregateFunction)
Initializes a new instance of the AggregateResult class.
Public methodAggregateResult(Object, AggregateFunction)
Initializes a new instance of the AggregateResult class.
Public methodAggregateResult(Object, Int32, AggregateFunction)
Initializes a new instance of the AggregateResult class.
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the text which serves as a caption for the result in a user interface..
Public propertyFormattedValue
Gets the formatted value of the result.
Public propertyFunctionName
Gets the name of the function.
Public propertyItemCount
Gets or sets the number of arguments used for the calulation of the result.
Public propertyValue
Gets or sets the value of the result.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also