Click or drag to resize

Reservation Class

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

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 2026.8.0
Syntax
C#
public class Reservation : Entity, 
	IDisposable

The Reservation type exposes the following members.

Constructors
 NameDescription
Public methodReservationInitializes a new instance of the Reservation class
Public methodReservation(String)Initializes a new instance of the Reservation class
Top
Properties
Methods
 NameDescription
Public methodDisposeReleases all resources used by the Reservation
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Entity)
Top
See Also