Class ScheduleLine
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
ModelNumber
Gets or sets the model number.
public string ModelNumber { get; set; }
Property Value
ModelNumberAlias
Gets or sets the model number alias.
public string ModelNumberAlias { get; set; }
Property Value
ProductionGroupName
Gets or sets the production group name.
public string ProductionGroupName { get; set; }
Property Value
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; }