Click or drag to resize
Grid Solutions Framework

AnnotationExtensionsParseQueryType(Annotation, Boolean) Method

Parses query expression from annotation for annotation type.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
public static AnnotationType ParseQueryType(
	this Annotation annotation,
	out bool useFilterExpression
)
View Source

Parameters

annotation  Annotation
Grafana annotation.
useFilterExpression  Boolean
Determines if query is using a filter expression.

Return Value

AnnotationType
Parsed annotation type for query expression 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