IDataImportManager Members
The IDataImportManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
ImportData |
Imports the data.
|
|
|
Initialize |
Initializes this instance to import from the IDataSource.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
InputSource |
Gets
Field ValueIDataSource. |
|
|
SourceReader |
Gets
Field ValueIDataReader. |
|
|
SourceReaderType |
Gets
Field Valuethe type that implements IDataReader for this instance. |
Events
| Name | Description | |
|---|---|---|
|
|
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.
|
|
|
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.
|

