Search Results for

    Show / Hide Table of Contents

    Class TransportRequirementListOverViewViewModel

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

    Constructors

    | Improve this Doc View Source

    TransportRequirementListOverViewViewModel(IEnumerable<TransportRequirementList>)

    Declaration
    public TransportRequirementListOverViewViewModel(IEnumerable<TransportRequirementList> transportRequirementLists)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<TransportRequirementList> transportRequirementLists

    Properties

    | Improve this Doc View Source

    TransportRequirementListCollection

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

    TransportRequirementLists

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