IIsImportPluginReadData Method (IListIPluginError)

Stator | API Documentation
Read import data.
This will use the settings as set in the plugin user interface.

Namespace:  Stator.libPublic.ImportPlugins
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

ICollection<Object> ReadData(
	out IList<IPluginError> PluginErrors
)

Parameters

PluginErrors
Type: System.Collections.GenericIListIPluginError
A collection of errors encountered during the import read.

Return Value

Type: ICollectionObject
A collection of objects (interfaces) representing the data read by the plugin.
At the time of writing the following are supported interfaces processed by Stator:
IEstate
IDiaryNote
IAssetsCashAccount
IAssetsCashTransaction
IAssetsMarketsOpenPosition
IAssetsMarketsClosedPositionEvent
IAssetsMarketsClosedPosition
IAssetsMarketsCloseOpenPosition
IAssetsMarketsIncomeDividend
IAssetsMarketsIncomeTrustDistribution
See Also

Reference