Class VehicleEquipmentItemViewModel
Viewmodel containing the data of a Simplic.PlugIn.Logistics.UI.ViewModel.VehicleEquipmentItemViewModel.VehicleEquipmentItem
Inheritance
System.Object
VehicleEquipmentItemViewModel
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class VehicleEquipmentItemViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceVehicleEquipmentItemViewModel(VehicleEquipmentItem)
Initializes a new instance
Declaration
public VehicleEquipmentItemViewModel(VehicleEquipmentItem vehicleEquipmentItem)
Parameters
Type | Name | Description |
---|---|---|
VehicleEquipmentItem | vehicleEquipmentItem | Simplic.PlugIn.Logistics.UI.ViewModel.VehicleEquipmentItemViewModel.VehicleEquipmentItem holding the data |
Properties
| Improve this Doc View SourceAllocationDate
See AllocationDate
Declaration
public DateTime AllocationDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
AllocationTime
See AllocationTime
Declaration
public TimeSpan AllocationTime { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Count
see Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
DeallocationDate
See DeallocationDate
Declaration
public DateTime? DeallocationDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DeallocationTime
See DeallocationTime
Declaration
public TimeSpan? DeallocationTime { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
EquipmentItem
Gets the viewmodel of the allocated EquipmentItem
Declaration
public IEquipmentItemViewModel EquipmentItem { get; }
Property Value
Type | Description |
---|---|
IEquipmentItemViewModel |
EquipmentItemId
See
Declaration
public Guid EquipmentItemId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
EquipmentType
See EquipmentType
Declaration
public EquipmentType EquipmentType { get; }
Property Value
Type | Description |
---|---|
EquipmentType |
EquipmentTypeId
See EquipmentTypeId
Declaration
public Guid EquipmentTypeId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
EquipmentTypeName
Declaration
public string EquipmentTypeName { get; }
Property Value
Type | Description |
---|---|
System.String |
Identifier
See Identifier
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
IdentifierName
See IdentifierName
Declaration
public string IdentifierName { get; }
Property Value
Type | Description |
---|---|
System.String |
IsDirty
See IsDirty
Declaration
public bool IsDirty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remark
See Remark
Declaration
public string Remark { get; }
Property Value
Type | Description |
---|---|
System.String |
VehicleId
See VehicleId
Declaration
public Guid VehicleId { get; }
Property Value
Type | Description |
---|---|
System.Guid |