Click or drag to resize

EISMetaDatapoint Class

Defines an EIS datapoint, mainly defined by a frequency and an impedance value, that also contains metadata.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.Common.FileFormatEISMetaDatapoint

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

The EISMetaDatapoint type exposes the following members.

Constructors
 NameDescription
Public methodEISMetaDatapointObsolete.
Initializes a new instance of the EISMetaDatapoint class.
Public methodEISMetaDatapoint(EISDatapoint, MetadataCollection) Initializes a new instance of the EISMetaDatapoint class.
Public methodEISMetaDatapoint(Double, Double, Double) Initializes a new instance of the EISMetaDatapoint class.
Public methodEISMetaDatapoint(EISDatapoint, MetadataCollection, IEnumerableDouble) Initializes a new instance of the EISMetaDatapoint class.
Public methodEISMetaDatapoint(EISDatapoint, MetadataCollection, Double) Initializes a new instance of the EISMetaDatapoint class.
Public methodEISMetaDatapoint(EISDatapoint, MetadataCollection, Double) Initializes a new instance of the EISMetaDatapoint class.
Public methodEISMetaDatapoint(Double, Double, Double, Metadata) Initializes a new instance of the EISMetaDatapoint class.
Public methodEISMetaDatapoint(Double, Double, Double, Boolean) Initializes a new instance of the EISMetaDatapoint class.
Top
Properties
 NameDescription
Public propertyDatapoint Gets the associated datapoint.
Public propertyMetadata Gets the associated metadata.
Public propertySplitValues Gets the list of split values to use for BySplitValues.
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