Lean
$LEAN_TAG$
|
Provides a factory method for creating ISubscriptionDataSourceReader instances More...
Static Public Member Functions | |
static ISubscriptionDataSourceReader | ForSource (SubscriptionDataSource source, IDataCacheProvider dataCacheProvider, SubscriptionDataConfig config, DateTime date, bool isLiveMode, BaseData factory, IDataProvider dataProvider, IObjectStore objectStore) |
Creates a new ISubscriptionDataSourceReader capable of handling the specified source More... | |
static void | CheckRemoteFileCache () |
Creates cache directory if not existing and deletes old files from the cache More... | |
Provides a factory method for creating ISubscriptionDataSourceReader instances
Definition at line 29 of file SubscriptionDataSourceReader.cs.
|
static |
Creates a new ISubscriptionDataSourceReader capable of handling the specified source
source | The subscription data source to create a factory for |
dataCacheProvider | Used to cache data |
config | The configuration of the subscription |
date | The date to be processed |
isLiveMode | True for live mode, false otherwise |
factory | The base data instance factory |
dataProvider | The data provider to use |
Definition at line 44 of file SubscriptionDataSourceReader.cs.
|
static |
Creates cache directory if not existing and deletes old files from the cache
Definition at line 87 of file SubscriptionDataSourceReader.cs.