Click or drag to resize

Account Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Loyalty.SetupAccount

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Setup
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: LS Omni 3.7.0
Syntax
C#
public class Account : Entity, IDisposable

The Account type exposes the following members.

Constructors
  NameDescription
Public methodAccount
Initializes a new instance of the Account class
Public methodAccount(String)
Initializes a new instance of the Account class
Top
Properties
  NameDescription
Public propertyId (Inherited from Entity.)
Public propertyPointBalance
Public propertyScheme
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Account
Top
See Also