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 SourceShipmentDistributionViewModel(Shipment)
Initializes a new instance of ShipmentDistributionViewModel
Declaration
public ShipmentDistributionViewModel(Shipment parentShipment)
Parameters
Type | Name | Description |
---|---|---|
Shipment | parentShipment |
Properties
| Improve this Doc View SourceParentShipment
Gets the ParentShipment
Declaration
public Shipment ParentShipment { get; }
Property Value
Type | Description |
---|---|
Shipment |
ParentShipmentId
Gets or sets the ParentShipmentId
Declaration
public Guid ParentShipmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ParentShipmentItems
Gets the ParentShipmentItems
Declaration
public ObservableCollection<ShipmentItemViewModel> ParentShipmentItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ShipmentItemViewModel> |
Remove
Gets ot sets the remove command
Declaration
public ICommand Remove { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
SelectedShipmentItem
Gets or sets the SelectedShipmentItem
Declaration
public ShipmentItemViewModel SelectedShipmentItem { get; set; }
Property Value
Type | Description |
---|---|
ShipmentItemViewModel |
ShipmentDistributionDates
Gets or sets the ShipmentDistributionDays
Declaration
public ObservableCollection<ShipmentDistributionDateViewModel> ShipmentDistributionDates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ShipmentDistributionDateViewModel> |