Search Results for

    Show / Hide Table of Contents

    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 Source

    CleaningProcedureArticleGroupAssignmentViewModel(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 Source

    ArticleGroup

    Gets the article group;

    Declaration
    public ArticleGroup ArticleGroup { get; }
    Property Value
    Type Description
    ArticleGroup
    | Improve this Doc View Source

    ArticleGroupId

    Gets the article group id.

    Declaration
    public Guid ArticleGroupId { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    CleaningProcedureId

    Gets the cleaning procedure id.

    Declaration
    public Guid CleaningProcedureId { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    RemoveArticleGroupCommand

    Gets the command to remove article groups.

    Declaration
    public ICommand RemoveArticleGroupCommand { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx