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 SourceContactCleaningStationListOverviewViewModel(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 SourceAddButtonClick
Gets the AddButtonClick command
Declaration
public ICommand AddButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
CleaningStationListCollection
Gets or sets the CleaningStationListCollection
Declaration
public StatefulCollection<ContactCleaningStationList> CleaningStationListCollection { get; set; }
Property Value
Type | Description |
---|---|
StatefulCollection<ContactCleaningStationList> |
ContactCleaningStationLists
Gets or sets the ContactCleaningStationLists
Declaration
public ObservableCollection<ContactCleaningStationListViewModel> ContactCleaningStationLists { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ContactCleaningStationListViewModel> |
CustomerContact
Gets or sets the 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 |
SelectedContactCleaningStationList
Gets or sets the selected ContactCleaningStationList
Declaration
public ContactCleaningStationListViewModel SelectedContactCleaningStationList { get; set; }
Property Value
Type | Description |
---|---|
ContactCleaningStationListViewModel |