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