Search Results for

    Show / Hide Table of Contents

    Class PreProductListViewModel

    ViewModel for PreProductList

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

    Constructors

    | Improve this Doc View Source

    PreProductListViewModel(PreProductList)

    Initializes a new instance of PreProductListViewModel

    Declaration
    public PreProductListViewModel(PreProductList preProductList)
    Parameters
    Type Name Description
    PreProductList preProductList

    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 PreProductList Model { get; set; }
    Property Value
    Type Description
    PreProductList
    | 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

    PreProducts

    Gets or sets the PreProducts

    Declaration
    public ObservableCollection<PreProductListEntryViewModel> PreProducts { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<PreProductListEntryViewModel>
    | 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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx