Table of Contents

Class InvigilatorCapacityAdjusted

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

Constructors

InvigilatorCapacityAdjusted(int?, int?)

public InvigilatorCapacityAdjusted(int? min, int? max)

Parameters

min int?
max int?

Properties

Maximum

public int? Maximum { get; set; }

Property Value

int?

Minimum

public int? Minimum { get; set; }

Property Value

int?