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: Commerce Service for LS Central 2024.6
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 (Inherited from Currency.)
Public propertyDescription (Inherited from Currency.)
Public propertyId (Inherited from Entity.)
Public propertyPostfix (Inherited from Currency.)
Public propertyPrefix (Inherited from Currency.)
Public propertyRoundOffAmount (Inherited from Currency.)
Public propertyRoundOffSales (Inherited from Currency.)
Public propertySaleRoundingMethod (Inherited from Currency.)
Public propertySymbol (Inherited from Currency.)
Public propertyThousandSeparator (Inherited from Currency.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from Currency.)
Public methodFormatDecimal (Inherited from Currency.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also