Table of Contents

Interface ISchedule

Namespace
Acuit.Pinpoint.Server
Assembly
Acuit.Pinpoint.Server.Interfaces.dll

A production schedule upload.

public interface ISchedule

Properties

Lines

Gets the lines from the production schedule upload.

IEnumerable<ScheduleLine> Lines { get; }

Property Value

IEnumerable<ScheduleLine>

Name

Gets the schedule upload file name, without the file extension.

string Name { get; }

Property Value

string

Remarks

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