Click or drag to resize
Grid Solutions Framework

DataSourceValueCache Class

Represents a cache of all defined data source value types and their default instances.
Inheritance Hierarchy
SystemObject
  GrafanaAdapters.DataSourcesDataSourceValueCache

Namespace: GrafanaAdapters.DataSources
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
public static class DataSourceValueCache
View Source

The DataSourceValueCache type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefaultInstances Gets default instance list of all the defined data source value type implementations.
Public propertyStatic memberLoadedTypes Gets cache of defined data source value types loaded from local assemblies.
Top
Methods
 NameDescription
Public methodStatic memberGetDefaultInstance Gets a default instance of the specified data source value type (by index).
Public methodStatic memberGetTypeIndex Gets type index for the specified data source value type; or, -1 if not found
Top
See Also