Search Results for

    Show / Hide Table of Contents

    Class TruckSchedulingTruck

    Represents a truck in the scheduler with all attachments

    Inheritance
    System.Object
    TruckSchedulingResource
    TruckSchedulingTruck
    Inherited Members
    TruckSchedulingResource.Id
    TruckSchedulingResource.Text
    Namespace: Simplic.PlugIn.Logistics.Disposition.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class TruckSchedulingTruck : TruckSchedulingResource

    Constructors

    | Improve this Doc View Source

    TruckSchedulingTruck()

    Initialize new scheduling truck

    Declaration
    public TruckSchedulingTruck()

    Properties

    | Improve this Doc View Source

    DescriptionTextDriver

    Gets the current driver text

    Declaration
    public string DescriptionTextDriver { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DescriptionTextTractorUnit

    Gets the current tractor unit text

    Declaration
    public string DescriptionTextTractorUnit { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DescriptionTextTrailer

    Gets the current trailer text

    Declaration
    public string DescriptionTextTrailer { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Items

    Gets the list of attached items

    Declaration
    public ObservableCollection<TruckAttachableResource> Items { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TruckAttachableResource>
    | Improve this Doc View Source

    ItemsView

    Gets items as view

    Declaration
    public CollectionViewSource ItemsView { get; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    Matchcode

    Gets or sets the matchcode

    Declaration
    public string Matchcode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SelectedItem

    Gets or sets the selected item

    Declaration
    public object SelectedItem { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    | Improve this Doc View Source

    DeepCopy()

    Declaration
    public override TruckSchedulingResource DeepCopy()
    Returns
    Type Description
    TruckSchedulingResource
    Overrides
    TruckSchedulingResource.DeepCopy()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx