Search Results for

    Show / Hide Table of Contents

    Class PreProductListOverViewViewModel

    Inheritance
    System.Object
    PreProductListOverViewViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class PreProductListOverViewViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    PreProductListOverViewViewModel(IEnumerable<PreProductList>)

    Declaration
    public PreProductListOverViewViewModel(IEnumerable<PreProductList> preProductLists)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<PreProductList> preProductLists

    Properties

    | Improve this Doc View Source

    PreProductListCollection

    Declaration
    public StatefulCollection<PreProductList> PreProductListCollection { get; set; }
    Property Value
    Type Description
    StatefulCollection<PreProductList>
    | Improve this Doc View Source

    PreProductLists

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