Click or drag to resize

UnknownDealLine Class

Unknown deal line, i.e. a deal line that we received from the BO, but couldn't find in the menus. Really just a data storage class.
Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Base.Menu.SpecialCaseUnknownDealLine

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Menu.SpecialCase
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public class UnknownDealLine : Entity

The UnknownDealLine type exposes the following members.

Constructors
  NameDescription
Public methodUnknownDealLine
Initializes a new instance of the UnknownDealLine class
Public methodUnknownDealLine(MenuDealLine)
Initializes a new instance of the UnknownDealLine class
Top
Properties
Methods
  NameDescription
Public methodClone
Top
See Also