Table of Contents

Class CapabilityParameterValue

Namespace
Skyline.DataMiner.Net.Profiles
Assembly
SLNetTypes.dll

Represents a capability parameter value.

[Serializable]
public class CapabilityParameterValue
Inheritance
CapabilityParameterValue
Extension Methods

Remarks

Feature introduced in DataMiner 9.6.4 (RN 20891, 21178).

Constructors

CapabilityParameterValue()

Initializes a new instance of the CapabilityParameterValue class.

CapabilityParameterValue(List<string>)

Initializes a new instance of the CapabilityParameterValue class using the specified list of discrete entries.

CapabilityParameterValue(double, double)

Initializes a new instance of the CapabilityParameterValue class using the specified minimum and maximum range values.

CapabilityParameterValue(string)

Properties

Discreets

Gets or sets the discrete entries.

MaxRange

Gets or sets the maximum value of the range.

MinRange

Gets or sets the minimum value of the range.

ProvidedString

Gets or sets the provider string.

Methods

Clone()

Creates a new object that is a copy of the current instance.

Equals(CapabilityParameterValue)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

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

GetHashCode()

Calculates the hash code for this object.

ToString()

Returns a string that represents the current object.