Click or drag to resize

SortedEISDatapointList Class

Defines a sorted collection of EISDatapoint objects.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonSortedEISDatapointList
    RelaxIS_SDK.CommonEISDatapointCollection

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract class SortedEISDatapointList : ICollection<EISDatapoint>

The SortedEISDatapointList type exposes the following members.

Constructors
 NameDescription
Public methodSortedEISDatapointList Initializes a new instance of the SortedEISDatapointList class.
Top
Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollectionT.
Public propertyIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
Top
Methods
 NameDescription
Public methodAddAdds an item to the ICollectionT.
Public methodClearRemoves all items from the ICollectionT.
Public methodContainsDetermines whether the ICollectionT contains a specific value.
Public methodCopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodRemoveRemoves the first occurrence of a specific object from the ICollectionT.
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
Top
Remarks
The collection is automatically sorted by frequency.
See Also