Class VehicleTelematic
Represents a telematic system of a vehicle
Inheritance
System.Object
VehicleTelematic
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 VehicleTelematic
Properties
| Improve this Doc View SourceId
Gets or sets the Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Identifier
Gets or sets the Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TelematicSystemId
Gets or sets the TelematicSystemId
Declaration
public Guid TelematicSystemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ValidFrom
Gets or sets the valid from Date
Declaration
public DateTime ValidFrom { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ValidTo
Gets or sets the valid to Date
Declaration
public DateTime? ValidTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
VehicleId
Gets or sets the Id of the Vehicle
Declaration
public Guid VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |