Search Results for

    Show / Hide Table of Contents

    Class ContactCleaningStationListOverviewViewModel

    ViewModel for ContactCleaningStationListOverview

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

    Constructors

    | Improve this Doc View Source

    ContactCleaningStationListOverviewViewModel(IEnumerable<ContactCleaningStationList>)

    Initializes a new instance of ContactCleaningStationListOverviewViewModel

    Declaration
    public ContactCleaningStationListOverviewViewModel(IEnumerable<ContactCleaningStationList> cleaningStationLists)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<ContactCleaningStationList> cleaningStationLists

    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

    CleaningStationListCollection

    Gets or sets the CleaningStationListCollection

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

    ContactCleaningStationLists

    Gets or sets the ContactCleaningStationLists

    Declaration
    public ObservableCollection<ContactCleaningStationListViewModel> ContactCleaningStationLists { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ContactCleaningStationListViewModel>
    | 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

    SelectedContactCleaningStationList

    Gets or sets the selected ContactCleaningStationList

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