Class SeatAdded
public class SeatAdded : Change, IChange
- Inheritance
-
SeatAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
SeatAdded(Guid, string, string, bool, bool, int?, string)
public SeatAdded(Guid seat, string configuration, string content, bool isAvailable, bool isTaxable, int? orderSequence, string title)
Parameters
seatGuidconfigurationstringcontentstringisAvailableboolisTaxableboolorderSequenceint?titlestring
Properties
Configuration
public string Configuration { get; }
Property Value
Content
public string Content { get; }
Property Value
IsAvailable
public bool IsAvailable { get; set; }
Property Value
IsTaxable
public bool IsTaxable { get; set; }
Property Value
OrderSequence
public int? OrderSequence { get; }
Property Value
- int?
Seat
public Guid Seat { get; }
Property Value
Title
public string Title { get; }