Class CleaningProcedureViewModel
Inheritance
System.Object
CleaningProcedureViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningProcedureViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCleaningProcedureViewModel(CleaningProcedure)
Initializes a new instance of CleaingProcedurViewModel
Declaration
public CleaningProcedureViewModel(CleaningProcedure cleaningProcedure)
Parameters
Type | Name | Description |
---|---|---|
CleaningProcedure | cleaningProcedure |
Properties
| Improve this Doc View SourceAddArticleGroupCommand
Gets or sets the command to add an article group.
Declaration
public ICommand AddArticleGroupCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
AddButtonClick
Gets the AddButtonClick
Declaration
public ICommand AddButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
ArticleGroups
Gets or sets the assigned article groups.
Declaration
public ObservableCollection<CleaningProcedureArticleGroupAssignmentViewModel> ArticleGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<CleaningProcedureArticleGroupAssignmentViewModel> |
Codes
gets the Codes
Declaration
public ObservableCollection<CleaningProcedureEntryViewModel> Codes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<CleaningProcedureEntryViewModel> |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets or sets the Model
Declaration
public CleaningProcedure Model { get; set; }
Property Value
Type | Description |
---|---|
CleaningProcedure |
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
Declaration
public ICommand RemoveButtonClick { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |