Class IT_Vehicle_Driver
Inheritance
System.Object
IT_Vehicle_Driver
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class IT_Vehicle_Driver : Locking.ILockable
Constructors
|
Improve this Doc
View Source
IT_Vehicle_Driver()
Declaration
public IT_Vehicle_Driver()
Properties
|
Improve this Doc
View Source
AllocationDate
Declaration
public DateTime AllocationDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
AllocationTime
Declaration
public TimeSpan AllocationTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
DeallocationDate
Declaration
public DateTime? DeallocationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
DeallocationTime
Declaration
public TimeSpan? DeallocationTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.TimeSpan> |
|
|
Improve this Doc
View Source
DriverGuid
Declaration
public Guid DriverGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Vehicle
Declaration
public virtual IT_Vehicle Vehicle { get; set; }
Property Value
|
Improve this Doc
View Source
VehicleGuid
Declaration
public Guid VehicleGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|