Class CleaningProcedureArticleGroupAssignmentViewModel
Represents the view model for the assignment of an article group to a cleaning procedure.
Inheritance
System.Object
CleaningProcedureArticleGroupAssignmentViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningProcedureArticleGroupAssignmentViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceCleaningProcedureArticleGroupAssignmentViewModel(Guid, Guid)
Inititalizes a new instance of CleaningProcedureArticleGroupAssignmentViewModel.
Declaration
public CleaningProcedureArticleGroupAssignmentViewModel(Guid cleaningProcedureId, Guid articleGroupId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | cleaningProcedureId | The guid of a cleaning procedure. |
System.Guid | articleGroupId | The guid of an article group. |
Properties
| Improve this Doc View SourceArticleGroup
Gets the article group;
Declaration
public ArticleGroup ArticleGroup { get; }
Property Value
Type | Description |
---|---|
ArticleGroup |
ArticleGroupId
Gets the article group id.
Declaration
public Guid ArticleGroupId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
CleaningProcedureId
Gets the cleaning procedure id.
Declaration
public Guid CleaningProcedureId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
RemoveArticleGroupCommand
Gets the command to remove article groups.
Declaration
public ICommand RemoveArticleGroupCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |