Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
MockPlugin.Misc.LargeDeviceStatusView Class Reference

Interaction logic for LargeDeviceStatusView.xaml. More...

Inheritance diagram for MockPlugin.Misc.LargeDeviceStatusView:
Collaboration diagram for MockPlugin.Misc.LargeDeviceStatusView:

Public Member Functions

 LargeDeviceStatusView ()

Properties

MockDevice Device [get, set]
 Gives access to the device. Will be set after the class has been instantiated.
object Title [get]
 Title for the tab page. Can be anything that is ok for a WPF header.
Visibility Visible [get]
 Visibility of the tab page.

Detailed Description

Interaction logic for LargeDeviceStatusView.xaml.

Definition at line 12 of file LargeDeviceStatusView.xaml.cs.

Constructor & Destructor Documentation

◆ LargeDeviceStatusView()

MockPlugin.Misc.LargeDeviceStatusView.LargeDeviceStatusView ( )

Definition at line 14 of file LargeDeviceStatusView.xaml.cs.

15 {
16 InitializeComponent();
17 DataContext = new FakeStatusViewModel();
18 }

Property Documentation

◆ Device

MockDevice MockPlugin.Misc.LargeDeviceStatusView.Device
getset

Gives access to the device. Will be set after the class has been instantiated.

Implements AxelSemrau.Chronos.Plugin.IStatusView< TDevice >.

Definition at line 20 of file LargeDeviceStatusView.xaml.cs.

20{ get; set; }

◆ Title

object MockPlugin.Misc.LargeDeviceStatusView.Title
get

Title for the tab page. Can be anything that is ok for a WPF header.

Implements AxelSemrau.Chronos.Plugin.ILargeStatusView< TDevice >.

Definition at line 22 of file LargeDeviceStatusView.xaml.cs.

◆ Visible

Visibility MockPlugin.Misc.LargeDeviceStatusView.Visible
get

Visibility of the tab page.

Implements AxelSemrau.Chronos.Plugin.ILargeStatusView< TDevice >.

Definition at line 24 of file LargeDeviceStatusView.xaml.cs.

24{ get; }

The documentation for this class was generated from the following file: