Skip to content

5b40cbb6 433b 726b 3c88 6853febef883

Axel Kesseler edited this page Oct 3, 2019 · 2 revisions

CapacityEntity Constructor

Standard constructor with initial arguments.

Namespace: Plexdata.Converters.Entities
Assembly: Plexdata.CapacityConverter (in Plexdata.CapacityConverter.dll) Version: 1.0.1

Syntax

C#

public CapacityEntity(
	decimal value,
	string unit1,
	string unit2
)

Parameters

 

value
Type: System.Decimal
The value to be used as divisor for result calculations.
unit1
Type: System.String
The first unit to be appended at results.
unit2
Type: System.String
The alternative unit to be appended at results.

Remarks

This constructor applies provided arguments to its corresponding properties.

See Also

Reference

CapacityEntity Class
Plexdata.Converters.Entities Namespace

Clone this wiki locally