Class ProductionPeriod
A specification for a particular period of production.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class ProductionPeriod
- Inheritance
-
ProductionPeriod
- Inherited Members
Constructors
ProductionPeriod()
public ProductionPeriod()
Properties
EndDate
Gets or sets the end date.
[DataMember]
public DateTime? EndDate { get; set; }
Property Value
Remarks
EndShift
Gets or sets the end shift.
[DataMember]
public byte? EndShift { get; set; }
Property Value
- byte?
Remarks
Period
Gets or sets the named period type.
[DataMember]
public NamedPeriod Period { get; set; }
Property Value
StartDate
Gets or sets the start date.
[DataMember]
public DateTime? StartDate { get; set; }
Property Value
Remarks
StartShift
Gets or sets the start shift.
[DataMember]
public byte? StartShift { get; set; }
Property Value
- byte?