Table of Contents

Class CapacityAdjusted

Namespace
InSite.Domain.Events
Assembly
Shift.Sdk.dll
public class CapacityAdjusted : Change, IChange
Inheritance
CapacityAdjusted
Implements
Inherited Members
Extension Methods

Constructors

CapacityAdjusted(int?, int?, ToggleType)

public CapacityAdjusted(int? min, int? max, ToggleType waitlist)

Parameters

min int?
max int?
waitlist ToggleType

Properties

Maximum

public int? Maximum { get; set; }

Property Value

int?

Minimum

public int? Minimum { get; set; }

Property Value

int?

Waitlist

public ToggleType Waitlist { get; set; }

Property Value

ToggleType