SharpTrader.SDK - Developer API

IDataImportManager Members

The IDataImportManager type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ImportData
Imports the data.
Public method Initialize
Initializes this instance to import from the IDataSource.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property InputSource
Gets

Field Value

IDataSource.
Public property SourceReader
Gets

Field Value

IDataReader.
Public property SourceReaderType
Gets

Field Value

the type that implements IDataReader for this instance.

Events


  Name Description
Public event ImportCompleted
Occurs when an import was successfully completed. May be invoked multiple times during the lifespan of IImportDataWindow instance as it may import from multiple IDataSource instances.
Public event ImportFailed
Occurs when an import could not be completed and the loading of data from IDataSource. May be invoked multiple times during the lifespan of the IImportDataWindow instance.