Click or drag to resize

UnknownDevice Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Loyalty.SetupDevice
      LSRetail.Omni.Domain.DataModel.Loyalty.Setup.SpecialCaseUnknownDevice

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Setup.SpecialCase
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
public sealed class UnknownDevice : Device

The UnknownDevice type exposes the following members.

Constructors
  NameDescription
Public methodUnknownDevice
Initializes a new instance of the UnknownDevice class
Top
Properties
  NameDescription
Public propertyCardId (Inherited from Device.)
Public propertyDeviceFriendlyName (Inherited from Device.)
Public propertyId (Inherited from Entity.)
Public propertyManufacturer (Inherited from Device.)
Public propertyModel (Inherited from Device.)
Public propertyOsVersion (Inherited from Device.)
Public propertyPlatform (Inherited from Device.)
Public propertySecurityToken (Inherited from Device.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from Device.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
Fields
  NameDescription
Public fieldBlockedBy (Inherited from Device.)
Public fieldBlockedDate (Inherited from Device.)
Public fieldBlockedReason (Inherited from Device.)
Public fieldStatus (Inherited from Device.)
Public fieldUserLoggedOnToDevice (Inherited from Device.)
Top
See Also