Class WeightNoteBulkEditorViewModel
Editor viewmodel
Inheritance
System.Object
WeightNoteBulkEditorViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class WeightNoteBulkEditorViewModel
Constructors
| Improve this Doc View SourceWeightNoteBulkEditorViewModel(IList<Shipment>)
Initialize viewmodel
Declaration
public WeightNoteBulkEditorViewModel(IList<Shipment> shipments)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<Shipment> | shipments |
Properties
| Improve this Doc View SourceItems
Gets or sets the available items
Declaration
public ObservableCollection<WeightNoteBulkEditorItemViewModel> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<WeightNoteBulkEditorItemViewModel> |