Click or drag to resize

UnknownUnitOfMeasure Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail.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 UnknownUnitOfMeasure : UnitOfMeasure

The UnknownUnitOfMeasure type exposes the following members.

Constructors
  NameDescription
Public methodUnknownUnitOfMeasure
Initializes a new instance of the UnknownUnitOfMeasure class
Public methodUnknownUnitOfMeasure(String, String)
Initializes a new instance of the UnknownUnitOfMeasure class
Top
Properties
  NameDescription
Public propertyDecimals (Inherited from UnitOfMeasure.)
Public propertyDescription (Inherited from UnitOfMeasure.)
Public propertyDisplayString (Inherited from UnitOfMeasure.)
Public propertyId (Inherited from Entity.)
Public propertyItemId (Inherited from UnitOfMeasure.)
Public propertyPrice (Inherited from UnitOfMeasure.)
Public propertyQtyPerUom (Inherited from UnitOfMeasure.)
Public propertyShortDescription (Inherited from UnitOfMeasure.)
Top
Methods
  NameDescription
Public methodClone (Inherited from UnitOfMeasure.)
Public methodDispose (Inherited from UnitOfMeasure.)
Public methodToString (Inherited from UnitOfMeasure.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also