IPluginDataInputOutput Interface

A plugin which supports input of worksheet definitions from an external source and output of evaluation results to an external target.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IPluginDataInputOutput : IPlugin, 
	IDisposable
Implements
IPlugin, IDisposable

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Initialize Occurs on initialization of the plug-in.
(Inherited from IPlugin)
OpenInitialData Opens the initial data for the worksheet from an externa source.
SaveResultData Saves the evaluation results to an external target.

See Also