Search Results for

    Show / Hide Table of Contents

    Class CleaningStationViewModel

    Represents the view model for the cleaning station

    Inheritance
    System.Object
    CleaningStationViewModel
    Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningStationViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    CleaningStationViewModel()

    Constructor

    Declaration
    public CleaningStationViewModel()

    Properties

    | Improve this Doc View Source

    AddInternalCleaningStation

    Gets or sets the command to add a internal cleaning station

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

    CleaningStationModel

    Gets or sets the model

    Declaration
    public SAC.Contact.Contact CleaningStationModel { get; set; }
    Property Value
    Type Description
    SAC.Contact.Contact
    | Improve this Doc View Source

    DisplayName

    Gets or sets the display name

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