Click or drag to resize
Grid Solutions Framework

GrafanaFunctionBaseTCheckAllowedGroupOperation Method

Checks if function allows requested group operation against AllowedGroupOperations property.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public virtual GroupOperations CheckAllowedGroupOperation(
	GroupOperations requestedOperation
)
View Source

Parameters

requestedOperation  GroupOperations
Requested operation.

Return Value

GroupOperations
Supported operation.

Implements

IGrafanaFunctionCheckAllowedGroupOperation(GroupOperations)
Exceptions
ExceptionCondition
SyntaxErrorExceptionFunction does not support the requested operation.
See Also