Click or drag to resize

FileFormatResult Class

Defines the results of a file format plugin data retrieval.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.Common.FileFormatFileFormatResult

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class FileFormatResult : IXmlSerializable

The FileFormatResult type exposes the following members.

Constructors
 NameDescription
Public methodFileFormatResult Initializes a new instance of the FileFormatResult class.
Top
Properties
 NameDescription
Public propertyRawData Gets a list of additional raw data that will be automatically split into spectra by RelaxIS.
Public propertySpectra Gets a list of impedance spectra to import.
Top
Methods
 NameDescription
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