Table of Contents

Class ParameterKey

Namespace
Skyline.DataMiner.Analytics.DataTypes
Assembly
SLAnalyticsTypes.dll

Object representing a specific parameter or instance of a parameter in DataMiner.

[Serializable]
public class ParameterKey : ElementKey
Inheritance
ParameterKey
Inherited Members
Extension Methods

Constructors

ParameterKey()

Initializes a new instance of the ParameterKey class.

ParameterKey(int, int, int, string)

Initializes a new instance of the ParameterKey class with the specified parameters. The DisplayInstance is set to the same value as instance and instance is converted to lowercase.

ParameterKey(int, int, int, string, string)

Initializes a new instance of the ParameterKey class with the specified parameters. The instance is converted to lowercase.

Properties

DisplayInstance

Gets or sets the display instance.

Instance

Gets or sets the instance.

ParameterID

Gets or sets the parameter ID.

Methods

Deconstruct(out int, out int, out int, out string, out string)

Deconstructs the ParameterKey into its components.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Returns a hash code for this instance.

ToString()

Returns a string of the format [DataMiner ID]/[Element ID]/[Parameter ID]/[Instance]/[Display Instance] that represents the current object.