Click or drag to resize

EISRawDataCollection Class

Defines a collection of EISRawData objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionEISRawData
    RelaxIS_SDK.Common.FileFormatEISRawDataCollection

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class EISRawDataCollection : Collection<EISRawData>, 
	IXmlSerializable

The EISRawDataCollection type exposes the following members.

Constructors
 NameDescription
Public methodEISRawDataCollectionInitializes a new instance of the EISRawDataCollection class
Top
Methods
 NameDescription
Public methodAddRange Add a list of items to the collection.
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 methodWriteXmlConverts an object into its XML representation.
Top
See Also