Interface IShipmentWindow
Shipment window interface
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public interface IShipmentWindow
Properties
| Improve this Doc View SourceCurrent
Gets the current DataCotnext as ShipmentViewModel
Declaration
ShipmentViewModel Current { get; }
Property Value
Type | Description |
---|---|
ShipmentViewModel |
Methods
| Improve this Doc View SourceClose()
Declaration
void Close()
Edit(IList<Shipment>)
Edit a shipment by shipment objects
Declaration
void Edit(IList<Shipment> shipments)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<Shipment> | shipments |
EditByGuids(IList<Guid>)
Edit a shipment by shipment guids
Declaration
void EditByGuids(IList<Guid> ids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | ids | List of ids |
ForceEditViewModel(ShipmentViewModel)
Open the ui with the given viewmodel and force to not reload any data
Declaration
void ForceEditViewModel(ShipmentViewModel model)
Parameters
Type | Name | Description |
---|---|---|
ShipmentViewModel | model | Model to show |
New(Shipment)
Create new shipment
Declaration
void New(Shipment shipment)
Parameters
Type | Name | Description |
---|---|---|
Shipment | shipment | Shipment instance |
Show()
Show window as none modal window
Declaration
void Show()
ShowDialog()
Show window as modal window
Declaration
bool? ShowDialog()
Returns
Type | Description |
---|---|
System.Nullable<System.Boolean> | Dialog result |
ViewByGuids(IList<Guid>)
View a shipment by shipment guids
Declaration
void ViewByGuids(IList<Guid> ids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | ids | List of ids |
Events
| Improve this Doc View SourceClosed
Declaration
event EventHandler Closed
Event Type
Type | Description |
---|---|
System.EventHandler |