Class VehicleTelematicViewModel
Represents the ViewModel of a VehicleTelematic
Inheritance
System.Object
VehicleTelematicViewModel
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class VehicleTelematicViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceVehicleTelematicViewModel(VehicleTelematic)
Initializes a new VehicleTelematicViewModel with a given model
Declaration
public VehicleTelematicViewModel(VehicleTelematic model)
Parameters
Type | Name | Description |
---|---|---|
VehicleTelematic | model |
Properties
| Improve this Doc View SourceIdentifier
Gets or sets the Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Model
Gets the model
Declaration
public VehicleTelematic Model { get; }
Property Value
Type | Description |
---|---|
VehicleTelematic |
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 |