Click or drag to resize
Grid Solutions Framework

RangeT Methods

The RangeT type exposes the following members.

Methods
  Name Description
Public method CheckAllowedGroupOperation Checks if function allows requested group operation against AllowedGroupOperations property.
(Inherited from GrafanaFunctionBaseT)
Public method ComputeAsync Executes the computation for the Grafana function.
(Overrides GrafanaFunctionBaseTComputeAsync(Parameters, CancellationToken))
Public method ComputeSetAsync Executes a custom set computation for the Grafana function.
(Inherited from GrafanaFunctionBaseT)
Public method ComputeSliceAsync Executes a custom slice computation for the Grafana function.
(Inherited from GrafanaFunctionBaseT)
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method ExecuteFunction Executes specified function against data source values enumeration using provided parameters.
(Inherited from GrafanaFunctionBaseT)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method FormatTargetName Gets a formatted target name for the Grafana function.
(Inherited from GrafanaFunctionBaseT)
Protected method GetDataSourceValues Gets data source values enumeration found in the provided parameters.
(Inherited from GrafanaFunctionBaseT)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method ParseParameters Executes custom parameter parsing for the Grafana function.
(Inherited from GrafanaFunctionBaseT)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
See Also