Class DriverInformation
Data transfer object for driver information.
Used to give all information to the get driver information node.
Inheritance
System.Object
DriverInformation
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.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class DriverInformation
Properties
| Improve this Doc View SourceDriverId
Gets or set the driver id.
Declaration
public Guid DriverId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FullName
Gets or sets the full name of the driver.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String |