Show / Hide Table of Contents

Class EdiDriver

Information about the drivers of the vehicles

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiDriver
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiDriver : EdiPatternPropertiesBase

Properties

DriverId

The id of the driver

Declaration
public string DriverId { get; set; }
Property Value
Type Description
System.String

Name

The name of the driver

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

PhoneNumber

The phone number of the driver

Declaration
public string PhoneNumber { get; set; }
Property Value
Type Description
System.String

VehicleId

The system wide id of the vehicle, the driver is connected

Declaration
public string VehicleId { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX