Search Results for

    Show / Hide Table of Contents

    Class ContactCleaningProcedureOverviewViewModel

    A viewmodel for a ContactCleaninngProcedureOverview

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

    Constructors

    | Improve this Doc View Source

    ContactCleaningProcedureOverviewViewModel(IEnumerable<ContactCleaningProcedure>)

    Initializes a new instance of ContactCleaningProcedureOverviewViewModel

    Declaration
    public ContactCleaningProcedureOverviewViewModel(IEnumerable<ContactCleaningProcedure> contactCleaningProcedures)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<ContactCleaningProcedure> contactCleaningProcedures

    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

    ContactCleaningProcedureCollection

    Gets or sets the ContactClenaingProcedureCollection

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

    ContactCleaningProcedures

    Gets or sets the ContactCleaningProcedures

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

    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

    SelectedContactCleaningProcedure

    Gets the selected ContactCleaningProcedure

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