Search Results for

    Show / Hide Table of Contents

    Class ContactPreProductListOverViewViewModel

    A ViewModel for ContactPreProductionOverView

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

    Constructors

    | Improve this Doc View Source

    ContactPreProductListOverViewViewModel(IEnumerable<ContactPreProductList>)

    Initializes a new Instance of ContactPreProductListOverViewViewModel

    Declaration
    public ContactPreProductListOverViewViewModel(IEnumerable<ContactPreProductList> contactPreProductLists)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<ContactPreProductList> contactPreProductLists

    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

    ContactPreProductListCollection

    Gets or sets the ContactPreProductListCollection

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

    ContactPreProductLists

    Gets or sets the ContactpreProductLists

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

    CustomerContact

    Gets or sets the CustomerContact

    Declaration
    public SAC.Contact.Contact CustomerContact { get; set; }
    Property Value
    Type Description
    SAC.Contact.Contact
    | Improve this Doc View Source

    EditContextClick

    Gets the EditContextClick command

    Declaration
    public ICommand EditContextClick { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | 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

    SelectedPreProductList

    Gets or sets the SelectedPreProductList

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