Click or drag to resize

IExperimentInfoProvider Interface

Defines a plugin that can provide experiment information.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public interface IExperimentInfoProvider : ICompreDriveControlPlugin

The IExperimentInfoProvider type exposes the following members.

Properties
 NameDescription
Public propertyPluginDisplayName Get a display name for this plugin.
(Inherited from ICompreDriveControlPlugin)
Top
Methods
 NameDescription
Public methodAcceptLogInterface Is called once and allows the plugin to receive a log writer.
(Inherited from ICompreDriveControlPlugin)
Public methodHandleExperimentInformationAcceptable Is called when experiment information can be provided, e.g. after the experiment information dialog was shown.
Public methodHandleExperimentInformationUnacceptable Is called when experiment information will no longer be accepted, e.g. after the experiment information dialog was closed.
Top
Events
 NameDescription
Public eventExperimentInfoProvided Raised when the provider has provided new experiment information.
Top
See Also