Click or drag to resize
Grid Solutions Framework

IParameter Interface

Represents a parameter for Grafana functions.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.181-beta
Syntax
public interface IParameter
View Source

The IParameter type exposes the following members.

Properties
 NameDescription
Public propertyDefault Gets default value of the parameter.
Public propertyDescription Gets the description of the parameter.
Public propertyInternal Gets flag that indicates if parameter is internal.
Public propertyIsDefinition Gets flag that indicates if parameter is a definition.
Public propertyName Gets the name of the parameter.
Public propertyParse Gets a custom parsing function that converts string into target type.
Public propertyRequired Gets flag that indicates if the parameter is required.
Public propertyType Gets the type of the parameter.
Top
Methods
 NameDescription
Public methodCreateParameter Creates a new mutable parameter from its definition.
Top
See Also