Click or drag to resize
Grid Solutions Framework

DataSourceValueTypeCache Class

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

Namespace: GrafanaAdapters.DataSourceValueTypes
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-beta
Syntax
public static class DataSourceValueTypeCache
View Source

The DataSourceValueTypeCache 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