Class PreProductListOverViewViewModel
Inheritance
System.Object
PreProductListOverViewViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class PreProductListOverViewViewModel : ExtendableViewModel
Constructors
|
Improve this Doc
View Source
PreProductListOverViewViewModel(IEnumerable<PreProductList>)
Declaration
public PreProductListOverViewViewModel(IEnumerable<PreProductList> preProductLists)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<PreProductList> |
preProductLists |
|
Properties
|
Improve this Doc
View Source
PreProductListCollection
Declaration
public StatefulCollection<PreProductList> PreProductListCollection { get; set; }
Property Value
|
Improve this Doc
View Source
PreProductLists
Declaration
public ObservableCollection<PreProductListViewModel> PreProductLists { get; set; }
Property Value