Interface IImportDataSource<T>
Interface of a source of import data.
public interface IImportDataSource<T> : IEnumerable<T>, IEnumerable
Type Parameters
T
- Inherited Members
- Extension Methods
Remarks
Implementations of this import interface should deliver data as an enumerator of T
.
Methods
Configure(IReadOnlyDictionary<string, object>)
Configure the import interface with configProperties
.
void Configure(IReadOnlyDictionary<string, object> configProperties)
Parameters
configProperties
IReadOnlyDictionary<string, object>