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 SourceContactCleaningProcedureOverviewViewModel(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 SourceAddButtonClick
Gets the AddButtonClick command
Declaration
public ICommand AddButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
ContactCleaningProcedureCollection
Gets or sets the ContactClenaingProcedureCollection
Declaration
public StatefulCollection<ContactCleaningProcedure> ContactCleaningProcedureCollection { get; set; }
Property Value
Type | Description |
---|---|
StatefulCollection<ContactCleaningProcedure> |
ContactCleaningProcedures
Gets or sets the ContactCleaningProcedures
Declaration
public ObservableCollection<ContactCleaningProcedureViewModel> ContactCleaningProcedures { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ContactCleaningProcedureViewModel> |
CustomerContact
Declaration
public SAC.Contact.Contact CustomerContact { get; set; }
Property Value
Type | Description |
---|---|
SAC.Contact.Contact |
EditContextClick
Gets the EditContextClick Command
Declaration
public ICommand EditContextClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
RemoveButtonClick
Gets the RemoveButtonClick command
Declaration
public ICommand RemoveButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
SelectedContactCleaningProcedure
Gets the selected ContactCleaningProcedure
Declaration
public ContactCleaningProcedureViewModel SelectedContactCleaningProcedure { get; set; }
Property Value
Type | Description |
---|---|
ContactCleaningProcedureViewModel |