Click or drag to resize
Grid Solutions Framework

IMutableParameter Interface

Represents a parameter with a mutable value.

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

The IMutableParameter type exposes the following members.

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