Search Results for

    Show / Hide Table of Contents

    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 Source

    AllBillableMessageBoxViewModel(AllBillableMessageBox)

    Represents the constructor of the AllBillableMessageBoxViewModel.

    Declaration
    public AllBillableMessageBoxViewModel(AllBillableMessageBox model)
    Parameters
    Type Name Description
    AllBillableMessageBox model

    Properties

    | Improve this Doc View Source

    BreakCommand

    Gets or sets the removed shipment command.

    Declaration
    public ICommand BreakCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    StopCommand

    Gets or sets the removed shipment command.

    Declaration
    public ICommand StopCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    WarningText

    Gets or sets the warning text.

    Declaration
    public string WarningText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    YesCommand

    Gets or sets the removed shipment command.

    Declaration
    public ICommand YesCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    YesForAll

    Gets or sets if it should set all shipments as billable.

    Declaration
    public bool YesForAll { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    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 Source

    AllBillable()

    Sets all shipments billable.

    Declaration
    public void AllBillable()
    | Improve this Doc View Source

    Billable()

    Sets the selected shipment billable.

    Declaration
    public void Billable()
    | Improve this Doc View Source

    SkipBillable()

    Skips the selected shipment.

    Declaration
    public void SkipBillable()
    | Improve this Doc View Source

    StopBillable()

    Skips the process of set the shipments as billable.

    Declaration
    public void StopBillable()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx