SchedulingOption Class

Provides the details of an individual slot available for scheduling. Represents a run-time object used within the context of the results returned in the AdvancedGapMatrix class.

Namespace

FSL

SchedulingOption Properties

SchedulingOption contains the following properties.

grade

The grade of the available slot.

Signature

public Decimal grade {get; set;}

Property Value

Type: Decimal

interval

The time frame of the returned slot.

Signature

public FSL.TimeInterval interval {get; set;}

Property Value

Type: FSL.TimeInterval