IIsImportPluginReadData Method (String, IListIPluginError)

Stator | API Documentation
Read import data using the settings string.
This method uses the settings string passed in.

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

ICollection<Object> ReadData(
	string Settings,
	out IList<IPluginError> PluginErrors
)

Parameters

Settings
Type: SystemString
A string comprising all the settings for the import read.
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