Click or drag to resize

Data Class

This class is the main container for data being sent through RelaxIS Remote. The type of data stored is defined with the Type property, using one of the constants (either Base64 Text or ColumnData).
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsData

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class Data

The Data type exposes the following members.

Constructors
 NameDescription
Public methodDataInitializes a new instance of the Data class
Top
Properties
 NameDescription
Public propertyBase64Data The base64 string with the data for type BlobData
Public propertyImpedanceSpectra A list of spectra, with a ColumnData object for each spectrum
Public propertyTextData Gets or sets the text data to use with TextData.
Public propertyTextDataFormatName Gets or sets the unknown file format name to use for reading the TextData content.
Public propertyType The type of data that is supplied in this job. You can send data either in the managed ImpedanceSpectrum form or as binary data in the form of a base64 string.
Top
See Also