Click or drag to resize

Device Class

Inheritance Hierarchy
System.Object
  LSRetail.Omni.Domain.DataModel.Base.Base.Entity
    LSRetail.Omni.Domain.DataModel.Loyalty.Setup.Device
      LSRetail.Omni.Domain.DataModel.Loyalty.Setup.SpecialCase.UnknownDevice

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Setup
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
public class Device : Entity, IDisposable, 
	IAggregateRoot, IEntity

The Device type exposes the following members.

Constructors
  NameDescription
Public methodDevice()
Initializes a new instance of the Device class
Public methodDevice(String)
Initializes a new instance of the Device class
Top
Properties
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Device
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
Fields
See Also