Table of Contents

Class AddSeat

Namespace
InSite.Application.Events.Write
Assembly
Shift.Sdk.dll
public class AddSeat : Command, ICommand
Inheritance
AddSeat
Implements
Inherited Members
Extension Methods

Constructors

AddSeat(Guid, Guid, string, string, bool, bool, int?, string)

public AddSeat(Guid @event, Guid seat, string configuration, string content, bool isAvailable, bool isTaxable, int? orderSequence, string title)

Parameters

event Guid
seat Guid
configuration string
content string
isAvailable bool
isTaxable bool
orderSequence int?
title string

Properties

Configuration

public string Configuration { get; }

Property Value

string

Content

public string Content { get; }

Property Value

string

IsAvailable

public bool IsAvailable { get; }

Property Value

bool

IsTaxable

public bool IsTaxable { get; }

Property Value

bool

OrderSequence

public int? OrderSequence { get; }

Property Value

int?

Seat

public Guid Seat { get; }

Property Value

Guid

Title

public string Title { get; }

Property Value

string