Click or drag to resize
Grid Solutions Framework

DataSourceValueCacheGetTypeIndex Method

Gets type index for the specified data source value type; or, -1 if not found

Namespace: GrafanaAdapters.DataSources
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax
public static int GetTypeIndex(
	string dataTypeName
)
View Source

Parameters

dataTypeName  String
Type name of target IDataSourceValue to lookup.

Return Value

Int32
Index of specified data source value type; or, -1 if not found.
See Also