Search Results for

    Show / Hide Table of Contents

    Class TransportRequirementListViewModel

    ViewModel for TransportRequirementList

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

    Constructors

    | Improve this Doc View Source

    TransportRequirementListViewModel(TransportRequirementList)

    Initializes a new instance of TransportRequirementListViewModel

    Declaration
    public TransportRequirementListViewModel(TransportRequirementList transportRequirementList)
    Parameters
    Type Name Description
    TransportRequirementList transportRequirementList

    Properties

    | Improve this Doc View Source

    AddButtonClick

    Gets the AddButtonClick command

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

    Model

    Gets or sets the Model

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

    Name

    Gets or sets the Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Number

    Gets or sets the Number

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RemoveButtonClick

    Gets the RemoveButtonClick command

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

    TransportRequirements

    Gets or sets the TransportRequirements

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