Click or drag to resize
Grid Solutions Framework

DataSourceValueTypeCacheGetTypeIndex Method

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

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

Parameters

dataTypeName  String
Type name of target IDataSourceValueType to lookup.

Return Value

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