Class ReviseSeat
- Namespace
- InSite.Application.Events.Write
- Assembly
- Shift.Sdk.dll
public class ReviseSeat : Command, ICommand
- Inheritance
-
ReviseSeat
- Implements
- Inherited Members
- Extension Methods
Constructors
ReviseSeat(Guid, Guid, string, string, bool, bool, int?, string)
public ReviseSeat(Guid @event, Guid seat, string configuration, string content, bool isAvailable, bool isTaxable, int? orderSequence, string title)
Parameters
eventGuidseatGuidconfigurationstringcontentstringisAvailableboolisTaxableboolorderSequenceint?titlestring
Properties
Configuration
public string Configuration { get; }
Property Value
Content
public string Content { get; }
Property Value
IsAvailable
public bool IsAvailable { get; }
Property Value
IsTaxable
public bool IsTaxable { get; }
Property Value
OrderSequence
public int? OrderSequence { get; }
Property Value
- int?
Seat
public Guid Seat { get; }
Property Value
Title
public string Title { get; }