Search Results for

    Show / Hide Table of Contents

    Class AutomaticShipmentDispositionShipmentViewModel

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

    Constructors

    | Improve this Doc View Source

    AutomaticShipmentDispositionShipmentViewModel(Shipment)

    Initializes a new instance of AutomaticShipmentDispositionShipmentViewModel

    Declaration
    public AutomaticShipmentDispositionShipmentViewModel(Shipment shipment)
    Parameters
    Type Name Description
    Shipment shipment

    Properties

    | Improve this Doc View Source

    BackgroundColor

    Gets or sets the background color

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

    IsSelected

    Gets or sets whether the vehilcle is selected

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

    Name

    Gets or sets the Name

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

    Shipment

    Gets the connected shipment

    Declaration
    public Shipment Shipment { get; }
    Property Value
    Type Description
    Shipment
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx