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: LS Omni 3.7.0
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 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
See Also