Table of Contents

Interface ISchedule

Namespace
Acuit.Pinpoint.Server
Assembly
Acuit.Pinpoint.Server.Abstractions.dll

A production schedule upload.

public interface ISchedule

Properties

Lines

Gets the lines from the production schedule upload.

IReadOnlyList<ScheduleLine> Lines { get; }

Property Value

IReadOnlyList<ScheduleLine>

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

string

Remarks

This is used as the production group name for units included in Lines when ProductionGroupName is not set.