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 SourceContactPreProductListOverViewViewModel(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 SourceAddButtonClick
Gets the AddButtonClick command
Declaration
public ICommand AddButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
ContactPreProductListCollection
Gets or sets the ContactPreProductListCollection
Declaration
public StatefulCollection<ContactPreProductList> ContactPreProductListCollection { get; set; }
Property Value
Type | Description |
---|---|
StatefulCollection<ContactPreProductList> |
ContactPreProductLists
Gets or sets the ContactpreProductLists
Declaration
public ObservableCollection<ContactPreProductListViewModel> ContactPreProductLists { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ContactPreProductListViewModel> |
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 |
SelectedPreProductList
Gets or sets the SelectedPreProductList
Declaration
public ContactPreProductListViewModel SelectedPreProductList { get; set; }
Property Value
Type | Description |
---|---|
ContactPreProductListViewModel |