Class TruckSchedulingTruck
Represents a truck in the scheduler with all attachments
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TruckSchedulingTruck : TruckSchedulingResource
Constructors
| Improve this Doc View SourceTruckSchedulingTruck()
Initialize new scheduling truck
Declaration
public TruckSchedulingTruck()
Properties
| Improve this Doc View SourceDescriptionTextDriver
Gets the current driver text
Declaration
public string DescriptionTextDriver { get; }
Property Value
Type | Description |
---|---|
System.String |
DescriptionTextTractorUnit
Gets the current tractor unit text
Declaration
public string DescriptionTextTractorUnit { get; }
Property Value
Type | Description |
---|---|
System.String |
DescriptionTextTrailer
Gets the current trailer text
Declaration
public string DescriptionTextTrailer { get; }
Property Value
Type | Description |
---|---|
System.String |
Items
Gets the list of attached items
Declaration
public ObservableCollection<TruckAttachableResource> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<TruckAttachableResource> |
ItemsView
Gets items as view
Declaration
public CollectionViewSource ItemsView { get; }
Property Value
Type | Description |
---|---|
System.Windows.Data.CollectionViewSource |
Matchcode
Gets or sets the matchcode
Declaration
public string Matchcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedItem
Gets or sets the selected item
Declaration
public object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceDeepCopy()
Declaration
public override TruckSchedulingResource DeepCopy()
Returns
Type | Description |
---|---|
TruckSchedulingResource |