Class WeightNoteBulkEditorItemViewModel
Shipment editor item
Inheritance
System.Object
WeightNoteBulkEditorItemViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class WeightNoteBulkEditorItemViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceWeightNoteBulkEditorItemViewModel()
Initialize viewmodel
Declaration
public WeightNoteBulkEditorItemViewModel()
Properties
| Improve this Doc View SourceDocuments
Gets all available shipment documents
Declaration
public ObservableCollection<ShipmentDocumentViewModel> Documents { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ShipmentDocumentViewModel> |
EditCommand
Gets or sets the edit shipment relay command
Declaration
public ICommand EditCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
FirstDateTime
Gets or sets the first weight date time
Declaration
public DateTime? FirstDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
NetWeight
Gets or sets the net weight
Declaration
public double NetWeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Shipment
Gets or sets the shipment
Declaration
public ShipmentViewModel Shipment { get; set; }
Property Value
Type | Description |
---|---|
ShipmentViewModel |
ShipmentItem
Gets or sets the shipment item
Declaration
public ShipmentItemViewModel ShipmentItem { get; set; }
Property Value
Type | Description |
---|---|
ShipmentItemViewModel |
WeightNote
Gets or sets the weight note
Declaration
public ShipmentWeightNoteViewModel WeightNote { get; set; }
Property Value
Type | Description |
---|---|
ShipmentWeightNoteViewModel |
WeightNoteNumber
Gets or sets the weight note number
Declaration
public string WeightNoteNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |