Interface DtcoWorkingPauseTime
Inherited Members
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface DtcoWorkingPauseTime : DtcoObject
Properties
| Improve this Doc View SourceAnalysisTimestamp
Gets or sets the analysis timestamp
Declaration
DateTime AnalysisTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CurrentDuration
Gets or sets the current duration
Declaration
DtcoDate CurrentDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
CurrentRestDuration
Gets or sets the current rest duration
Declaration
DtcoDate CurrentRestDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
MaxAllowedDuration
Gets or sets the max allowed duration
Declaration
DtcoDate MaxAllowedDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
MinDurationOfNextRest
Gets or sets the min duration of next rest
Declaration
DtcoDate MinDurationOfNextRest { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
NeededPauseTimeUntilEndOfWork
Gets or sets the needed pause time until end of work
Declaration
DtcoDate NeededPauseTimeUntilEndOfWork { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
PauseDurationSinceWorkingStart
Gets or sets the pause duration since working starts
Declaration
DtcoDate PauseDurationSinceWorkingStart { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
RemainingDuration
Gets or sets the remaining duration
Declaration
DtcoDate RemainingDuration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
WorkingDurationSinceWorkingStart
Gets or sets the working duration since working start
Declaration
DtcoDate WorkingDurationSinceWorkingStart { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |