Class EmploymentTelematicOverviewViewModel
Inheritance
System.Object
EmploymentTelematicOverviewViewModel
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
Declaration
public ICommand AddButtonClick { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
TelematicCards
Declaration
public StatefulCollection<TelematicCard> TelematicCards { get; set; }
Property Value
|
Improve this Doc
View Source
TelematicCardsVm
Declaration
public ObservableCollection<TelematicCardViewModel> TelematicCardsVm { get; set; }
Property Value
|
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