Search Results for

    Show / Hide Table of Contents

    Class CleaningStationViewModel

    ViewModel for ClenaingStation

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

    Constructors

    | Improve this Doc View Source

    CleaningStationViewModel(CleaningStation)

    Initializes a new instance of CleaningStation

    Declaration
    public CleaningStationViewModel(CleaningStation cleainingStation)
    Parameters
    Type Name Description
    CleaningStation cleainingStation

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the ContactId

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

    ContactInstance

    Gets or sets the ContactInstance

    Declaration
    public SAC.Contact.Contact ContactInstance { get; set; }
    Property Value
    Type Description
    SAC.Contact.Contact
    | 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 CleaningStation Model { get; set; }
    Property Value
    Type Description
    CleaningStation
    | Improve this Doc View Source

    VehicleTypes

    Gets a list of VehicleTypes

    Declaration
    public ObservableCollection<VehicleType> VehicleTypes { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<VehicleType>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx