Table of Contents

Class CapacityParameterValue

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

Represents a capacity parameter value.

[Serializable]
public sealed class CapacityParameterValue
Inheritance
CapacityParameterValue
Extension Methods

Remarks

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

Constructors

CapacityParameterValue()

Initializes a new instance of the CapacityParameterValue class.

CapacityParameterValue(decimal)

Initializes a new instance of the CapacityParameterValue class using the specified maximum quantity.

CapacityParameterValue(long)

Initializes a new instance of the CapacityParameterValue class using the specified maximum quantity.

Properties

MaxDecimalQuantity

Gets or sets the maximum quantity.

MaxQuantity

Gets or sets the maximum quantity.

Methods

Clone()

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

Equals(CapacityParameterValue)

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.