Click or drag to resize

SaleLine Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Hospitality.Transactions
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty.Hospitality (in LSRetail.Omni.Domain.DataModel.Loyalty.Hospitality.dll) Version: LS Omni 3.7.0
Syntax
C#
public class SaleLine : BaseLine, IEquatable<SaleLine>

The SaleLine type exposes the following members.

Constructors
  NameDescription
Public methodSaleLine
Initializes a new instance of the SaleLine class
Public methodSaleLine(String)
Initializes a new instance of the SaleLine class
Top
Properties
  NameDescription
Public propertyAmount
Public propertyDiscountAmount
Public propertyId (Inherited from Entity.)
Public propertyItem
Public propertyQuantity
Top
Methods
  NameDescription
Public methodClone
Public methodEquals
Top
See Also