◆ AspectEngineDataFile()
FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.AspectEngineDataFile | ( | ) |
Constructor
\r\n
This class contains all configuration and run-time state information that is associated with a particular data file used by an aspect engine.
AspectEngineDataFile ()
Constructor More...
| |
void | SetDataUpdateService (IDataUpdateService dataUpdateService)
Set the data update service that this data file is registered with. More...
|
void | Dispose () |
IDataUpdateService | _dataUpdateService
The data update service that this engine is registered with (if any) More...
|
[get, set]
[get]
[get, set]
[get]
[get, set]
[get, set]
[get, set]
[get, set]
[get]
[get]
[get, set]
[get, set]
[get]
[get, set]
[get, set]
[get]
[get, set]
[get, set]
[get, set]
[get]
[get]
FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.AspectEngineDataFile | ( | ) |
Constructor
void FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.SetDataUpdateService | ( | IDataUpdateService | dataUpdateService | ) |
Set the data update service that this data file is registered with.
Implements FiftyOne.Pipeline.Engines.Data.IAspectEngineDataFile.
IDataUpdateService FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile._dataUpdateService |
The data update service that this engine is registered with (if any)
virtual bool FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.AutomaticUpdatesEnabled |
True if automatic updates are enabled, false otherwise.
virtual string FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.DataFilePath |
The complete file path to the location of the data file.
This value will be null if the file has been supplied from a byte[] in memory.
virtual string FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.FormattedUrl |
Get the data update URL complete with any query string parameters that are needed to retrieve the data.
By default, no query string parameters are added to the URL.
bool FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.IsRegistered |
Returns true if this file has been registered with the data update service.
False if not.
string FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.TempDataDirPath |
The path to use when working with temporary files associated with this data file.
virtual string FiftyOne.Pipeline.Engines.Data.AspectEngineDataFile.TempDataFilePath |
The complete file path to the location of the temporary copy of the data file that is currently being used by the IAspectEngine.
Engines often make a temporary copy of the data file in order to allow the original to be updated. This value will be null if the file is loaded entirely into memory.