Search Results for

    Show / Hide Table of Contents

    Class TruckDepartmentViewModel

    Inheritance
    System.Object
    TruckDepartmentViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class TruckDepartmentViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    TruckDepartmentViewModel()

    Declaration
    public TruckDepartmentViewModel()

    Properties

    | Improve this Doc View Source

    Brush

    Declaration
    public Brush Brush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush
    | Improve this Doc View Source

    Color

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

    DescriptionTextDepartment

    Gets the current department description text

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

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsActive

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

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

    NameTruckCount

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

    SelectedTruck

    Declaration
    public TruckSchedulingTruck SelectedTruck { get; set; }
    Property Value
    Type Description
    TruckSchedulingTruck
    | Improve this Doc View Source

    Trucks

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

    TrucksView

    Gets the trucks view

    Declaration
    public CollectionViewSource TrucksView { get; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource

    Methods

    | Improve this Doc View Source

    DeepCopy()

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