A savable version of Currency.Value.
Currency.Value
Namespace: Esper.Inventool.DataManagement Access: public Type: struct Attributes: [Serializable]
Esper.Inventool.DataManagement
public
struct
[Serializable]
decimalValue
decimal
The decimal value.
integerValue
int
The integer value.
floatValue
float
The float value.
SavableCurrencyValue(Currency.Value value)
-
Constructor. Creates a savable currency value from a Currency.Value.
ToCurrencyValue()
Converts this SavableCurrencyValue back into a Currency.Value.
SavableCurrencyValue
Last updated 4 months ago