Click or drag to resize

UnitOfMeasure Class

Inheritance Hierarchy

Namespace: LSRetail.Omni.Domain.DataModel.Base.Retail
Assembly: LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
public class UnitOfMeasure : Entity, 
	IDisposable

The UnitOfMeasure type exposes the following members.

Constructors
 NameDescription
Public methodUnitOfMeasureInitializes a new instance of the UnitOfMeasure class
Public methodUnitOfMeasure(String, Decimal)Initializes a new instance of the UnitOfMeasure class
Public methodUnitOfMeasure(String, String)Initializes a new instance of the UnitOfMeasure class
Top
Properties
Methods
 NameDescription
Public methodClone 
Public methodDisposeReleases all resources used by the UnitOfMeasure
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Entity)
Top
See Also