Search Results for

    Show / Hide Table of Contents

    Class WeightNoteBulkEditorViewModel

    Editor viewmodel

    Inheritance
    System.Object
    WeightNoteBulkEditorViewModel
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class WeightNoteBulkEditorViewModel

    Constructors

    | Improve this Doc View Source

    WeightNoteBulkEditorViewModel(IList<Shipment>)

    Initialize viewmodel

    Declaration
    public WeightNoteBulkEditorViewModel(IList<Shipment> shipments)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Shipment> shipments

    Properties

    | Improve this Doc View Source

    Items

    Gets or sets the available items

    Declaration
    public ObservableCollection<WeightNoteBulkEditorItemViewModel> Items { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<WeightNoteBulkEditorItemViewModel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx