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