Class VehicleBaseInformation
Inheritance
System.Object
VehicleBaseInformation
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.Vehicle
Assembly: Simplic.Logistics.Vehicle.dll
Syntax
public class VehicleBaseInformation
Properties
| Improve this Doc View SourceMatchCode
Gets or sets the vehicles matchCode
Declaration
public string MatchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegistrationPlate
Gets or sets the vehicles registrationplate
Declaration
public string RegistrationPlate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VehicleId
Gets or sets the vehicle Id
Declaration
public Guid VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |