Click or drag to resize
Grid Solutions Framework

AnnotationExtensionsParseSourceDefinitions(Annotation, AnnotationType, DataSet, Boolean) Method

Parses source definitions for an annotation query.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
public static Dictionary<string, DataRow> ParseSourceDefinitions(
	this Annotation annotation,
	AnnotationType type,
	DataSet source,
	bool useFilterExpression
)
View Source

Parameters

annotation  Annotation
Grafana annotation.
type  AnnotationType
Annotation type.
source  DataSet
Metadata of source definitions.
useFilterExpression  Boolean
Determines if query is using a filter expression.

Return Value

DictionaryString, DataRow
Parsed source definitions from annotation.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Annotation. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also