Class TransportRequirementListViewModel
ViewModel for TransportRequirementList
Inheritance
System.Object
TransportRequirementListViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TransportRequirementListViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceTransportRequirementListViewModel(TransportRequirementList)
Initializes a new instance of TransportRequirementListViewModel
Declaration
public TransportRequirementListViewModel(TransportRequirementList transportRequirementList)
Parameters
Type | Name | Description |
---|---|---|
TransportRequirementList | transportRequirementList |
Properties
| Improve this Doc View SourceAddButtonClick
Gets the AddButtonClick command
Declaration
public ICommand AddButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
Model
Gets or sets the Model
Declaration
public TransportRequirementList Model { get; set; }
Property Value
Type | Description |
---|---|
TransportRequirementList |
Name
Gets or sets the Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the Number
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemoveButtonClick
Gets the RemoveButtonClick command
Declaration
public ICommand RemoveButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
TransportRequirements
Gets or sets the TransportRequirements
Declaration
public ObservableCollection<TransportRequirementListEntryViewModel> TransportRequirements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<TransportRequirementListEntryViewModel> |