Search Results for

    Show / Hide Table of Contents

    Class ShipmentDistributionViewModel

    Class that represents a ShipmentDistributionViewModel

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

    Constructors

    | Improve this Doc View Source

    ShipmentDistributionViewModel(Shipment)

    Initializes a new instance of ShipmentDistributionViewModel

    Declaration
    public ShipmentDistributionViewModel(Shipment parentShipment)
    Parameters
    Type Name Description
    Shipment parentShipment

    Properties

    | Improve this Doc View Source

    ParentShipment

    Gets the ParentShipment

    Declaration
    public Shipment ParentShipment { get; }
    Property Value
    Type Description
    Shipment
    | Improve this Doc View Source

    ParentShipmentId

    Gets or sets the ParentShipmentId

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

    ParentShipmentItems

    Gets the ParentShipmentItems

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

    Remove

    Gets ot sets the remove command

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

    SelectedShipmentItem

    Gets or sets the SelectedShipmentItem

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

    ShipmentDistributionDates

    Gets or sets the ShipmentDistributionDays

    Declaration
    public ObservableCollection<ShipmentDistributionDateViewModel> ShipmentDistributionDates { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ShipmentDistributionDateViewModel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx