Struct AggregateItem<TObject>
- Namespace
- Dynamic
Data .Aggregation
- Assembly
- DynamicData.dll
An object representing added and removed items in a continuous aggregation stream.
Type Parameters
TObject
The type of the object.
- Implements
-
IEquatable<Aggregate
Item <TObject>>
- Inherited Members
Remarks
Initializes a new instance of the AggregateItem<TObject> struct.
Constructors
AggregateItem(AggregateType, TObject)
An object representing added and removed items in a continuous aggregation stream.
Parameters
type
AggregateType The type.
item
TObjectThe item.
Remarks
Initializes a new instance of the AggregateItem<TObject> struct.
Properties
Item
Gets the item.
Property Value
- TObject
Type
Gets the type.
Property Value
Methods
Equals(AggregateItem<TObject>)
Parameters
other
AggregateItem <TObject>
Returns
Equals(object?)
Parameters
obj
object
Returns
GetHashCode()
Returns
Operators
operator ==(in AggregateItem<TObject>, in AggregateItem<TObject>)
Parameters
left
AggregateItem <TObject>right
AggregateItem <TObject>
Returns
operator !=(in AggregateItem<TObject>, in AggregateItem<TObject>)
Parameters
left
AggregateItem <TObject>right
AggregateItem <TObject>