Click or drag to resize

Currency Class

Inheritance Hierarchy

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

The Currency type exposes the following members.

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