Click or drag to resize

EISDatapointCollection 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 class EISDatapointCollection : SortedEISDatapointList, 
	IXmlSerializable

The EISDatapointCollection type exposes the following members.

Constructors
 NameDescription
Public methodEISDatapointCollection Initializes a new instance of the EISDatapointCollection class.
Top
Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollectionT.
(Inherited from SortedEISDatapointList)
Public propertyIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from SortedEISDatapointList)
Public propertyItem Gets the object at the given index from the collection.
Top
Methods
 NameDescription
Public methodAdd(EISDatapoint)Adds an item to the ICollectionT.
(Inherited from SortedEISDatapointList)
Public methodAdd(Double, Double, Double) Add a new item to the list, constructed from the given raw values.
Public methodAdd(Double, Double, Double, Boolean) Add a new item to the list, constructed from the given raw values.
Public methodAddRange Adds a list of items to the collection.
Public methodAsDoubleArray(EISDataPart) Get the data as an jagged-array of double values.
Public methodAsDoubleArray(EISDataPart, Limits) Get the data as an jagged-array of double values.
Public methodClearRemoves all items from the ICollectionT.
(Inherited from SortedEISDatapointList)
Public methodContainsDetermines whether the ICollectionT contains a specific value.
(Inherited from SortedEISDatapointList)
Public methodCopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from SortedEISDatapointList)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from SortedEISDatapointList)
Public methodGetPart(EISDataPart) Get a part of the data.
Public methodGetPart(EISDataPart, Limits) Get a part of the data.
Public methodGetPart(EISDataPart, Double, Double) Get a part of the data.
Public methodGetSchemaThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodReadXmlGenerates an object from its XML representation.
Public methodRemoveRemoves the first occurrence of a specific object from the ICollectionT.
(Inherited from SortedEISDatapointList)
Public methodWriteXmlConverts an object into its XML representation.
Top
Remarks
The datapoints are automatically sorted by frequency ascending.
See Also