Click or drag to resize

ActivityLocation Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Activity.ActivitiesActivityLocation

Namespace:  LSRetail.Omni.Domain.DataModel.Activity.Activities
Assembly:  LSRetail.Omni.Domain.DataModel.Activity (in LSRetail.Omni.Domain.DataModel.Activity.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
public class ActivityLocation : Entity, 
	IDisposable

The ActivityLocation type exposes the following members.

Constructors
  NameDescription
Public methodActivityLocation
Initializes a new instance of the ActivityLocation class
Public methodActivityLocation(String)
Initializes a new instance of the ActivityLocation class
Top
Properties
  NameDescription
Public propertyDescription
Public propertyId (Inherited from Entity.)
Public propertyRetailStore
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ActivityLocation
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also