Class CapacityAdjusted
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
minint?maxint?waitlistToggleType
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; }