Class AllBillableMessageBoxViewModel
Represents the view modell of the AllBillableMessageBox.
Inheritance
System.Object
AllBillableMessageBoxViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class AllBillableMessageBoxViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceAllBillableMessageBoxViewModel(AllBillableMessageBox)
Represents the constructor of the AllBillableMessageBoxViewModel.
Declaration
public AllBillableMessageBoxViewModel(AllBillableMessageBox model)
Parameters
Type | Name | Description |
---|---|---|
AllBillableMessageBox | model |
Properties
| Improve this Doc View SourceBreakCommand
Gets or sets the removed shipment command.
Declaration
public ICommand BreakCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
Skip
Gets or sets if the current shipment should be skipped as billable.
Declaration
public bool Skip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Stop
Gets or sets if the current shipment should be skipped as billable.
Declaration
public bool Stop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StopCommand
Gets or sets the removed shipment command.
Declaration
public ICommand StopCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
WarningText
Gets or sets the warning text.
Declaration
public string WarningText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YesCommand
Gets or sets the removed shipment command.
Declaration
public ICommand YesCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
YesForAll
Gets or sets if it should set all shipments as billable.
Declaration
public bool YesForAll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
YesForAllCommand
Gets or sets the removed shipment command.
Declaration
public ICommand YesForAllCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
Methods
| Improve this Doc View SourceAllBillable()
Sets all shipments billable.
Declaration
public void AllBillable()
Billable()
Sets the selected shipment billable.
Declaration
public void Billable()
SkipBillable()
Skips the selected shipment.
Declaration
public void SkipBillable()
StopBillable()
Skips the process of set the shipments as billable.
Declaration
public void StopBillable()