Class ItemQuantity
Inheritance
System.Object
ItemQuantity
Assembly: TimApi.dll
Syntax
public class ItemQuantity : object
Constructors
ItemQuantity(Int32, Int32, String)
Declaration
public ItemQuantity(int quantity, int exponent, String quantityType)
Parameters
Type |
Name |
Description |
System.Int32 |
quantity |
|
System.Int32 |
exponent |
|
String |
quantityType |
|
Properties
Exponent
Declaration
public int Exponent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Quantity
Declaration
public int Quantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
QuantityType
Declaration
public String QuantityType { get; set; }
Property Value