|
| JavaScriptBuilderElementData (ILogger< JavaScriptBuilderElementData > logger, IPipeline pipeline)
|
|
|
| ElementDataBase (ILogger< ElementDataBase > logger, IPipeline pipeline)
|
|
| ElementDataBase (ILogger< ElementDataBase > logger, IPipeline pipeline, IDictionary< string, object > dictionary)
|
|
|
| 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)
|
| 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)
|