Search Results for

    Show / Hide Table of Contents

    Class WeightNoteBulkEditorItemViewModel

    Shipment editor item

    Inheritance
    System.Object
    WeightNoteBulkEditorItemViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class WeightNoteBulkEditorItemViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    WeightNoteBulkEditorItemViewModel()

    Initialize viewmodel

    Declaration
    public WeightNoteBulkEditorItemViewModel()

    Properties

    | Improve this Doc View Source

    Documents

    Gets all available shipment documents

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

    EditCommand

    Gets or sets the edit shipment relay command

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

    FirstDateTime

    Gets or sets the first weight date time

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

    NetWeight

    Gets or sets the net weight

    Declaration
    public double NetWeight { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Shipment

    Gets or sets the shipment

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

    ShipmentItem

    Gets or sets the shipment item

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

    WeightNote

    Gets or sets the weight note

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

    WeightNoteNumber

    Gets or sets the weight note number

    Declaration
    public string WeightNoteNumber { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx