\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.Data.IDataUpdateUrlFormatter Interface Reference

Detailed Description

Represents an class that can build a complete update URL from a supplied IAspectEngineDataFile instance.

Inheritance diagram for FiftyOne.Pipeline.Engines.Data.IDataUpdateUrlFormatter:

[legend]

Public Member Functions

string  GetFormattedDataUpdateUrl (IAspectEngineDataFile dataFile)
Get the URL to call to request an updated version of the supplied data file. More...
Uri  GetFormattedDataUpdateUri (IAspectEngineDataFile dataFile)
Get the URL to call to request an updated version of the supplied data file. More...

Member Function Documentation

◆ GetFormattedDataUpdateUri()

Uri FiftyOne.Pipeline.Engines.Data.IDataUpdateUrlFormatter.GetFormattedDataUpdateUri ( IAspectEngineDataFile   dataFile )

Get the URL to call to request an updated version of the supplied data file.

Parameters
dataFile - The data file to build an update URL for.
Returns
The URL to call in order to check for and download an update.

Implemented in FiftyOne.Pipeline.Engines.FiftyOne.Data.FiftyOneUrlFormatter.

◆ GetFormattedDataUpdateUrl()

string FiftyOne.Pipeline.Engines.Data.IDataUpdateUrlFormatter.GetFormattedDataUpdateUrl ( IAspectEngineDataFile   dataFile )

Get the URL to call to request an updated version of the supplied data file.

Parameters
dataFile - The data file to build an update URL for.
Returns
The URL to call in order to check for and download an update.

Implemented in FiftyOne.Pipeline.Engines.FiftyOne.Data.FiftyOneUrlFormatter.