Table of Contents

Constructor CapacityUsageParameterValue

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

CapacityUsageParameterValue()

Initializes a new instance of the CapacityUsageParameterValue class.

public CapacityUsageParameterValue()

CapacityUsageParameterValue(long)

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

public CapacityUsageParameterValue(long quantity)

Parameters

quantity long

The quantity.

CapacityUsageParameterValue(decimal)

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

public CapacityUsageParameterValue(decimal quantity)

Parameters

quantity decimal

The quantity.