Table of Contents

Class AdjustCandidateCapacity

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

Constructors

AdjustCandidateCapacity(Guid, int?, int?, ToggleType)

public AdjustCandidateCapacity(Guid @event, int? min, int? max, ToggleType waitlist)

Parameters

event Guid
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