Click or drag to resize

UnknownCurrency Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Setup.SpecialCase
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public class UnknownCurrency : Currency

The UnknownCurrency type exposes the following members.

Constructors
  NameDescription
Public methodUnknownCurrency
Initializes a new instance of the UnknownCurrency class
Public methodUnknownCurrency(String)
Initializes a new instance of the UnknownCurrency class
Top
Properties
  NameDescription
Public propertyAmountRoundingMethod (Inherited from Currency.)
Public propertyCulture (Inherited from Currency.)
Public propertyDecimalPlaces (Inherited from Currency.)
Public propertyDecimalSeparator
. from region on server
(Inherited from Currency.)
Public propertyDescription (Inherited from Currency.)
Public propertyId (Inherited from Entity.)
Public propertyPostfix
currency symbol as postfix for amount
(Inherited from Currency.)
Public propertyPrefix
currency symbol as prefix for amont
(Inherited from Currency.)
Public propertyRoundOffAmount
0.01 = 2 decimal places
(Inherited from Currency.)
Public propertyRoundOffSales
0.01 = 2 decimal places
(Inherited from Currency.)
Public propertySaleRoundingMethod (Inherited from Currency.)
Public propertySymbol
$ kr. currency symbol
(Inherited from Currency.)
Public propertyThousandSeparator
, from region on server
(Inherited from Currency.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from Currency.)
Public methodFormatDecimal (Inherited from Currency.)
Top
See Also