Click or drag to resize

RelaxISPlugin_FileFormat Methods

The RelaxISPlugin_FileFormat type exposes the following members.

Methods
 NameDescription
Protected methodAddLogMessage(Exception) Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Protected methodAddLogMessage(String) Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Public methodAfterStartupInitialization Is called once after the plugin is initialized with all internal information during program start.
(Inherited from RelaxISPlugin)
Public methodCompareTo Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin)
Public methodGetAdditionalInformation Provides additional information about this plugin, like e.g. the unit of a transfer function.
(Inherited from RelaxISPlugin)
Public methodGetData(Byte) Internal overload to read data from a byte array
Public methodGetData(Stream) Returns the data in the file in the form of impedance spectra
Public methodGetData(String, Boolean) Internal overload to read data from a file or from a string.
Public methodIdentifyFile(Byte) Internal overload to handle identification of a byte array
Public methodIdentifyFile(Stream) Determine if a file is of the respective datafile by analyzing its contents
Public methodIdentifyFile(String, Boolean) Internal overload to handle identification of a file or of a string.
Public methodInternalSetProgramInstance Set the internal program instance to a new value.
(Inherited from RelaxISOnlyPlugin)
Public methodInternalSetWCFInstance Set the internal wcf instance to a new value.
(Inherited from RelaxISOnlyPlugin)
Public methodShouldDiscardPlugin Called once after the plugin is initialized and after AfterStartupInitialization and signals to RelaxIS if the plugin should be used or discarded.
(Inherited from RelaxISPlugin)
Top
See Also