Search Results for

    Show / Hide Table of Contents

    Class ShipmentSplitConfigurationViewModel

    Inheritance
    System.Object
    ShipmentSplitConfigurationViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ShipmentSplitConfigurationViewModel : ExtendableViewModelBase

    Constructors

    | Improve this Doc View Source

    ShipmentSplitConfigurationViewModel(ShipmentSplitConfiguration)

    Init the viewmodel

    Declaration
    public ShipmentSplitConfigurationViewModel(ShipmentSplitConfiguration configuration)
    Parameters
    Type Name Description
    ShipmentSplitConfiguration configuration

    Properties

    | Improve this Doc View Source

    Items

    Gets the items to available for split

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

    Model

    Gets the model

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

    SplitType

    Gets or sets the selected split types

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