\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.IFiftyOneAspectEngine Interface Reference

Detailed Description

51Degrees specific Engine interface.

This adds the concept of license keys to the standard Engine interface.

Inheritance diagram for FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.IFiftyOneAspectEngine:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.IFiftyOneAspectEngine:

[legend]

Properties

IEnumerable< IProfileMetaData >  Profiles [get]
All profiles contained in the data set which the Engine is using. More...
IEnumerable< IComponentMetaData >  Components [get]
All data components contained in the data set which the Engine is using e.g. More...
IEnumerable< IValueMetaData >  Values [get]
All property values contained in the data set which the Engine is using. More...

Properties inherited from FiftyOne.Pipeline.Engines.FlowElements.IOnPremiseAspectEngine

IReadOnlyList< IAspectEngineDataFile >  DataFiles [get]
Details of the data files used by this engine. More...
string  TempDataDirPath [get]
The complete file path to the directory that is used by the engine to store temporary copies of any data files that it uses. More...

Property Documentation

◆ Components

IEnumerable<IComponentMetaData> FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.IFiftyOneAspectEngine.Components
get

All data components contained in the data set which the Engine is using e.g.

Hardware, Software etc.

◆ Profiles

IEnumerable<IProfileMetaData> FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.IFiftyOneAspectEngine.Profiles
get

All profiles contained in the data set which the Engine is using.

◆ Values

IEnumerable<IValueMetaData> FiftyOne.Pipeline.Engines.FiftyOne.FlowElements.IFiftyOneAspectEngine.Values
get

All property values contained in the data set which the Engine is using.