Table of Contents

Class SeatAdded

Namespace
InSite.Domain.Events
Assembly
Shift.Sdk.dll
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

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; set; }

Property Value

bool

IsTaxable

public bool IsTaxable { get; set; }

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