Click or drag to resize

DataTablesAggregationDataSourceAggregationKey Structure

Represents a key for grouping rows during aggregation, based on clustered property values.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.DataDataTablesAggregationDataSourceAggregationKey

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public readonly struct AggregationKey : IEquatable<DataTablesAggregationDataSourceAggregationKey>, 
	IComparable<DataTablesAggregationDataSourceAggregationKey>

The DataTablesAggregationDataSourceAggregationKey type exposes the following members.

Constructors
 NameDescription
Public methodDataTablesAggregationDataSourceAggregationKey Initializes a new instance of the DataTablesAggregationDataSourceAggregationKey struct.
Top
Properties
 NameDescription
Public propertyKeyValues Gets the key values that define this aggregation key.
Top
Methods
 NameDescription
Public methodCompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(DataTablesAggregationDataSourceAggregationKey)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also