\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Data.ElementDataBase Class Reference

Detailed Description

This class stores property values that have been determined by a specific FlowElement based on the supplied evidence.

See the Specification

Inheritance diagram for FiftyOne.Pipeline.Core.Data.ElementDataBase:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Core.Data.ElementDataBase:

[legend]

Public Member Functions

 ElementDataBase (ILogger< ElementDataBase > logger, IPipeline pipeline)
Constructor Creates an ElementDataBase instance with a non-thread-safe, case-insensitive dictionary. More...
 ElementDataBase (ILogger< ElementDataBase > logger, IPipeline pipeline, IDictionary< string, object > dictionary)
Constructor More...

Public Member Functions inherited from FiftyOne.Pipeline.Core.Data.DataBase

 DataBase (ILogger< DataBase > logger)
Constructor Creates a DataBase instance with a non-thread-safe, case-insensitive dictionary. More...
 DataBase (ILogger< DataBase > logger, IDictionary< string, object > dictionary)
Constructor More...
virtual IReadOnlyDictionary< string, object >  AsDictionary ()
Get the data contained in this instance as an IReadOnlyDictionary<TKey, TValue>. More...
void  PopulateFromDictionary (IDictionary< string, object > values)
Use the values in the specified dictionary to populate this data instance. More...

Properties

IPipeline  Pipeline [get, set]
The IPipeline instance this element data will be associated with. More...

Properties inherited from FiftyOne.Pipeline.Core.Data.DataBase

virtual object  this[string key] [get, set]
Get or set a data value More...

Properties inherited from FiftyOne.Pipeline.Core.Data.IData

object  this[string key] [get, set]
Get or set a data value More...

Properties inherited from FiftyOne.Pipeline.Core.Data.IElementData

IPipeline  Pipeline [get, set]
The IPipeline that this instance was created by More...

Constructor & Destructor Documentation

◆ ElementDataBase() [1/2]

FiftyOne.Pipeline.Core.Data.ElementDataBase.ElementDataBase ( ILogger< ElementDataBase >   logger,
IPipeline   pipeline  
)

Constructor Creates an ElementDataBase instance with a non-thread-safe, case-insensitive dictionary.

Parameters
logger - Used for logging
pipeline - The IPipeline instance this element data will be associated with.

◆ ElementDataBase() [2/2]

FiftyOne.Pipeline.Core.Data.ElementDataBase.ElementDataBase ( ILogger< ElementDataBase >   logger,
IPipeline   pipeline,
IDictionary< string, object >   dictionary  
)

Constructor

Parameters
logger - Used for logging
pipeline - The IPipeline instance this element data will be associated with.
dictionary - The dictionary instance to use internally when storing data values.

Property Documentation

◆ Pipeline

IPipeline FiftyOne.Pipeline.Core.Data.ElementDataBase.Pipeline
get set

The IPipeline instance this element data will be associated with.