Interface ISchedule
A production schedule upload.
public interface ISchedule
Properties
Lines
Gets the lines from the production schedule upload.
IReadOnlyList<ScheduleLine> Lines { get; }
Property Value
Name
Gets the schedule name, if known. For uploaded schedules, this is typically the file name without the file extension.
string? Name { get; }
Property Value
Remarks
This is used as the production group name for units included in Lines when ProductionGroupName is not set.