Table of Contents

Class ScheduleLine

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

Represents a single line from a production schedule line.

public class ScheduleLine
Inheritance
ScheduleLine
Inherited Members

Properties

Action

Gets or sets the production schedule action.

public ScheduleAction Action { get; set; }

Property Value

ScheduleAction

ModelNumber

Gets or sets the model number.

public string ModelNumber { get; set; }

Property Value

string

ModelNumberAlias

Gets or sets the model number alias.

public string ModelNumberAlias { get; set; }

Property Value

string

ProductionGroupName

Gets or sets the production group name.

public string ProductionGroupName { get; set; }

Property Value

string

SequenceNumber

Gets or sets the sequence number.

public int? SequenceNumber { get; set; }

Property Value

int?

SerialNumber

Gets or sets the serial number.

public string SerialNumber { get; set; }

Property Value

string