Class TelematicCardViewModel
Inheritance
System.Object
TelematicCardViewModel
Namespace: Simplic.PlugIn.Logistics.Telematic
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TelematicCardViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceTelematicCardViewModel(TelematicCard)
Declaration
public TelematicCardViewModel(TelematicCard model)
Parameters
Type | Name | Description |
---|---|---|
TelematicCard | model |
Properties
| Improve this Doc View SourceEmploymentId
Gets or sets the EmploymentId
Declaration
public Guid EmploymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Declaration
public TelematicCard Model { get; set; }
Property Value
Type | Description |
---|---|
TelematicCard |
Number
Gets or sets the Number
Declaration
public string Number { 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 |