Search Results for

    Show / Hide Table of Contents

    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 Source

    CleaningProcedureViewModel(CleaningProcedure)

    Initializes a new instance of CleaingProcedurViewModel

    Declaration
    public CleaningProcedureViewModel(CleaningProcedure cleaningProcedure)
    Parameters
    Type Name Description
    CleaningProcedure cleaningProcedure

    Properties

    | Improve this Doc View Source

    AddArticleGroupCommand

    Gets or sets the command to add an article group.

    Declaration
    public ICommand AddArticleGroupCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    AddButtonClick

    Gets the AddButtonClick

    Declaration
    public ICommand AddButtonClick { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    ArticleGroups

    Gets or sets the assigned article groups.

    Declaration
    public ObservableCollection<CleaningProcedureArticleGroupAssignmentViewModel> ArticleGroups { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<CleaningProcedureArticleGroupAssignmentViewModel>
    | Improve this Doc View Source

    Codes

    gets the Codes

    Declaration
    public ObservableCollection<CleaningProcedureEntryViewModel> Codes { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<CleaningProcedureEntryViewModel>
    | Improve this Doc View Source

    Guid

    Gets or sets the Guid

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

    Model

    Gets or sets the Model

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

    Name

    Gets or sets the Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Number

    Gets or sets the Number

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RemoveButtonClick

    Gets the RemoveButtonClick

    Declaration
    public ICommand RemoveButtonClick { 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