Class QSeat
- Namespace
- InSite.Application.Events.Read
- Assembly
- Shift.Sdk.dll
- Inheritance
-
QSeat
- Inherited Members
-
- Extension Methods
-
Constructors
QSeat()
Properties
Configuration
public string Configuration { get; set; }
Property Value
- string
Content
public string Content { get; set; }
Property Value
- string
Event
public QEvent Event { get; set; }
Property Value
- QEvent
EventIdentifier
public Guid EventIdentifier { get; set; }
Property Value
- Guid
IsAvailable
public bool IsAvailable { get; set; }
Property Value
- bool
IsTaxable
public bool IsTaxable { get; set; }
Property Value
- bool
OrderSequence
public int? OrderSequence { get; set; }
Property Value
- int?
Registrations
public virtual ICollection<QRegistration> Registrations { get; set; }
Property Value
- ICollection<QRegistration>
SeatIdentifier
public Guid SeatIdentifier { get; set; }
Property Value
- Guid
SeatTitle
public string SeatTitle { get; set; }
Property Value
- string