Click or drag to resize
Grid Solutions Framework

ParameterDefinitions Class

Represents a readonly collection of IParameter definitions.
Inheritance Hierarchy
SystemObject
  GrafanaAdapters.FunctionsParameterDefinitions

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

The ParameterDefinitions type exposes the following members.

Constructors
 NameDescription
Public methodParameterDefinitions Creates a new ParameterDefinitions instance.
Public methodParameterDefinitions(IEnumerableIParameter) Creates a new ParameterDefinitions instance.
Top
Properties
 NameDescription
Public propertyCountGets the number of elements in the collection.
Public propertyItemInt32 Gets the parameter at the specified index.
Public propertyItemString Gets the parameter with the specified name.
Top
Methods
 NameDescription
Public methodContains Determines whether the ParameterDefinitions contains a parameter with the specified name.
Public methodCopyTo Copies the entire ParameterDefinitions to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodCreateParameters Creates a set of mutable parameters from the parameter definitions.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf Searches for the parameter with the specified name and returns its zero-based index.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Operators
 NameDescription
Public operatorStatic member(ListIParameter to ParameterDefinitions) Implicitly converts a ListT to a ParameterDefinitions.
Top
See Also