Class ItemQuantity
Inheritance
System.Object
ItemQuantity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ItemQuantity
Constructors
ItemQuantity(Int32, Int32, String)
Declaration
public ItemQuantity(int quantity, int exponent, string quantityType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | quantity | |
System.Int32 | exponent | |
System.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
Type | Description |
---|---|
System.String |