A class composed of multiple records, all sharing a similarity.
| C# | Visual Basic | Visual C++ |
public class AggrERec : IPropertyContainer
Public Class AggrERec _ Implements IPropertyContainer
public ref class AggrERec : IPropertyContainer
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| ERecs |
Gets the ERec objects of this aggregated record.
| |
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Id | Obsolete.
Gets the ID of the aggregated record.
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Properties |
Gets the properties of the aggregated record.
| |
| Representative |
Gets the representative record of the aggregated record.
| |
| Spec |
Gets the specification of the aggregated record.
| |
| ToString()() | (Inherited from Object.) | |
| TotalNumERecs |
Gets the total number of ERec objects aggregated
in this aggregated Endeca record.
|
| Object | |
| AggrERec | |