Detailed Description
[class]
Inheritance diagram for Examples.CustomFlowElement.Data.StarSignData:
Collaboration diagram for Examples.CustomFlowElement.Data.StarSignData:
Public Member Functions
| StarSignData (ILogger< ElementDataBase > logger, IPipeline pipeline) | |
Public Member Functions inherited from FiftyOne.Pipeline.Core.Data.ElementDataBase | |
| 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) | |
| 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 | PopulateFrom (IEnumerable< KeyValuePair< string, object >> values)
Use the values in the specified enumerable to populate this data instance. More...
|
| void | PopulateFromDictionary (IDictionary< string, object > values)
Deprecated. More...
|
Properties
| string | StarSign [get, set]
|
Properties inherited from FiftyOne.Pipeline.Core.Data.ElementDataBase | |
| 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...
|
Properties inherited from Examples.CustomFlowElement.Data.IStarSignData | |
| string | StarSign [get]
|
