◆ 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 setThe IPipeline instance this element data will be associated with.