Search Results for

    Show / Hide Table of Contents

    Class EmploymentTelematicOverviewViewModel

    Inheritance
    System.Object
    EmploymentTelematicOverviewViewModel
    Namespace: Simplic.PlugIn.Logistics.Telematic
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class EmploymentTelematicOverviewViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    EmploymentTelematicOverviewViewModel(Guid)

    Declaration
    public EmploymentTelematicOverviewViewModel(Guid employmentId)
    Parameters
    Type Name Description
    System.Guid employmentId

    Properties

    | Improve this Doc View Source

    AddButtonClick

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

    RemoveButtonClick

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

    SelectedTelematicCardVm

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

    TelematicCards

    Declaration
    public StatefulCollection<TelematicCard> TelematicCards { get; set; }
    Property Value
    Type Description
    StatefulCollection<TelematicCard>
    | Improve this Doc View Source

    TelematicCardsVm

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

    TelematicSystems

    Declaration
    public ObservableCollection<TelematicSystem> TelematicSystems { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TelematicSystem>

    Methods

    | Improve this Doc View Source

    Save()

    Declaration
    public void Save()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx