Table of Contents

Class CapacityUsageParameterValue

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

Represents a capacity.

[Serializable]
public sealed class CapacityUsageParameterValue
Inheritance
CapacityUsageParameterValue
Extension Methods

Remarks

Feature introduced in DataMiner 9.6.5 (RN 20996).

Constructors

CapacityUsageParameterValue()

Initializes a new instance of the CapacityUsageParameterValue class.

CapacityUsageParameterValue(decimal)

Initializes a new instance of the CapacityUsageParameterValue class using the specified quantity.

CapacityUsageParameterValue(long)

Initializes a new instance of the CapacityUsageParameterValue class using the specified quantity.

Properties

DecimalQuantity

Gets or sets the decimal quantity.

Quantity

Gets or sets the quantity.

Methods

Clone()

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

Equals(CapacityUsageParameterValue)

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.