Search Results for

    Show / Hide Table of Contents

    Class ShipmentViewModel

    Represents the shipment view model that contains the necessary information for shipment.

    Inheritance
    System.Object
    ShipmentViewModel
    Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ShipmentViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    ShipmentViewModel(Shipment)

    Constructor

    Declaration
    public ShipmentViewModel(Shipment shipment)
    Parameters
    Type Name Description
    Shipment shipment

    Properties

    | Improve this Doc View Source

    AddCleaningProcedureCommand

    Gets or sets the add cleaning procedure command.

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

    AddCleaningStation

    Gets or sets the command to add cleaning station

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

    AddContainer

    Gets or sets the command to add a container

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

    AddInternalCleaningStation

    Gets or sets the command to add internal cleaning station

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

    BottomText

    Gets or sets the bottom text

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

    CenterText

    Gets the display name

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

    ChangeTime

    Gets or sets the command to change the time

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

    CleaningDateVisibility

    Gets the visibility for the cleaning date

    Declaration
    public Visibility CleaningDateVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    CleaningProcedureId

    Gets or sets the cleaning procedure id. Represents the id that links to a cleaning procedure.

    Declaration
    public Guid? CleaningProcedureId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    CleaningProcedureText

    Gets or sets the cleaning procedure text.

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

    CleaningProcedureVisibility

    Declaration
    public Visibility CleaningProcedureVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    CleaningStationId

    Gets or sets the container guid

    Declaration
    public Guid? CleaningStationId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    CleaningStationText

    Gets or sets the cleaningstation text

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

    CleaningTime

    Gets or sets the cleaning time

    Declaration
    public DateTime? CleaningTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    ContainerId

    Gets or sets the container guid

    Declaration
    public Guid? ContainerId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    ContainerText

    Gets or sets the container text

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

    CurrentAppointment

    Gets or sets the current appointment

    Declaration
    public AppointmentViewModel CurrentAppointment { get; set; }
    Property Value
    Type Description
    AppointmentViewModel
    | Improve this Doc View Source

    DraggedAppointment

    Gets or sets the dragged appointment

    Declaration
    public AppointmentViewModel DraggedAppointment { get; }
    Property Value
    Type Description
    AppointmentViewModel
    | Improve this Doc View Source

    EditShipment

    Gets or sets the command to edit a shipment

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

    Error

    Gets or sets a bool value if there is an error or not

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

    ErrorBorder

    Gets or sets the border thickness

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

    InternalCleaningStations

    Gets or sets the internal cleaning stations

    Declaration
    public ObservableCollection<CleaningStationViewModel> InternalCleaningStations { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<CleaningStationViewModel>
    | Improve this Doc View Source

    IsNew

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

    RemoveAndDeleteTourFromAppointment

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

    RemoveCleaningProcedureCommand

    Gets or sets the remove cleaning procedure command.

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

    RemoveCleaningStation

    Gets or sets the command to remove a cleaning station

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

    RemoveContainer

    Gets or sets the command to remove a container

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

    RemoveTourFromAppointment

    Gets or sets the command to remove a tour from an appointment

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

    SenderAddressName

    Gets or sets the sender adress name

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

    Shipment

    Gets the shipment

    Declaration
    public Shipment Shipment { get; }
    Property Value
    Type Description
    Shipment
    | Improve this Doc View Source

    TopText

    Gets or sets the toptext

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

    TransportOrderDisplayText

    Gets the transport order display text

    Declaration
    public string TransportOrderDisplayText { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Refresh()

    Refresh ui

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