Class DriverShift
Represents a driver shift
Inheritance
System.Object
DriverShift
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public class DriverShift
Properties
| Improve this Doc View SourceActualEndDate
Gets or sets the actual end date
Declaration
public DateTime? ActualEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ActualEndTime
Gets or sets the actual end time
Declaration
public TimeSpan? ActualEndTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
ActualStartDate
Gets or sets the actual start date
Declaration
public DateTime? ActualStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ActualStartTime
Gets or sets the actual start time
Declaration
public TimeSpan? ActualStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
DriverId
Gets or sets the driver id
Declaration
public Guid DriverId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EmploymentId
Gets or sets the employment id
Declaration
public Guid EmploymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EndDate
Gets or sets the planned end date
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EndTime
Gets or sets the planned end time
Declaration
public TimeSpan EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Guid
Gets or sets the driver shift id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartDate
Gets or sets the planned start date
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StartTime
Gets or sets the planned start time
Declaration
public TimeSpan StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
TractorUnitId
Gets or sets the tractor unit
Declaration
public Guid? TractorUnitId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TrailerId
Gets or sets the trailer id
Declaration
public Guid? TrailerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |