Class Driver
Inheritance
System.Object
Driver
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.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class Driver
Properties
| Improve this Doc View SourceAllocationDate
Gets or sets the Allocation Date
Declaration
public DateTime AllocationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
AllocationTime
Gets or sets the Allocation Time
Declaration
public TimeSpan AllocationTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
ContactId
Gets or sets the contact Id of the driver
Declaration
public long ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
DeallocationDate
Gets or sets the Deallocation Date
Declaration
public DateTime DeallocationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DeallocationTime
Gets or sets the Deallocation Time
Declaration
public TimeSpan DeallocationTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
DriverGuid
Gets or sets the id of the driver
Declaration
public Guid DriverGuid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
FriendlyName
Gets or sets the friendly name of the driver
Declaration
public string FriendlyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the id of the driver
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
VehicleGuid
Gets or sets the id of the vehicle the driver is assigned to
Declaration
public Guid VehicleGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |