Table of Contents

Class AssignSeat

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

Constructors

AssignSeat(Guid, Guid?, decimal?, string)

public AssignSeat(Guid aggregate, Guid? seat, decimal? price, string billingCustomer)

Parameters

aggregate Guid
seat Guid?
price decimal?
billingCustomer string

Properties

BillingCustomer

public string BillingCustomer { get; set; }

Property Value

string

Price

public decimal? Price { get; set; }

Property Value

decimal?

Seat

public Guid? Seat { get; set; }

Property Value

Guid?