Relax |
Class | Description | |
---|---|---|
ContactInformation | This class represents information, where results of the RelaxIS Remote Job are sent or uploaded to. | |
ContactInformationTypeConverter | A custom type converter for ContactInformation objects to appear correctly in PropertyGrid controls. | |
Data | 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). | |
Evaluation | This class represents information about the evaluation to perform in the RelaxIS Remote Job. It can perform a specific fit with a given circuit and parameters or execute a wizard sequence for each spectrum | |
Feedback | This is the main container storing information about the types of feedback to sent back from the job. | |
FTPServerOptions | This class represents a set of information needed to login and upload results to an FTP Server. | |
FTPServerOptionsTypeConverter | A custom type converter for FTPServerOptions objects to appear correctly in PropertyGrid controls. | |
Job | This class represents a single job. A job is the unit being sent to the RelaxIS Remote Node and contains the data to use, information about evaluations to perform, how to store the data and the feedback to provide to the sender. Enter these information into the relevant sub-objects and send the job to the Node using the UploadToFTPServer or UploadByWCF methods. | |
Misc | This module contains helper functions for the RelaxIS Remote features. | |
Report | This class represents information about the report to create for the job. | |
Storage | This class represents information about the storage procedures to perform for the job. |
Enumeration | Description | |
---|---|---|
DataenumDataType | Describes the type of data that the job contains | |
EvaluationenumEvaluationType | Defines the type of evaluation that is performed for the individual spectra |