Search Results for

    Show / Hide Table of Contents

    Class CleaningStationListViewModel

    ViewModel for CleaningStationList

    Inheritance
    System.Object
    CleaningStationListViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningStationListViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    CleaningStationListViewModel(CleaningStationList, ICleaningStationListService)

    Initializes a new instance of CleaningStationViewModel

    Declaration
    public CleaningStationListViewModel(CleaningStationList cleaningStationList, ICleaningStationListService cleaningStationListService)
    Parameters
    Type Name Description
    CleaningStationList cleaningStationList
    ICleaningStationListService cleaningStationListService

    Properties

    | Improve this Doc View Source

    AddButtonClick

    Gets the AddButtonClick command

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

    AllCleaningVehicleTypes

    Gets the list of AllCleaningVehicleTypes

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

    CleaningStations

    Gets the ClenaingStations

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

    Id

    Gets or sets the Id

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

    Model

    Gets or sets the model

    Declaration
    public CleaningStationList Model { get; set; }
    Property Value
    Type Description
    CleaningStationList
    | 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 int Number { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    RemoveButtonClick

    Gets the RemoveButtonClick command

    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