C# Class TrakHound_Dashboard.Pages.Dashboard.ShopStatus.Controls.DeviceItem

Interaction logic for DeviceItem.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
AvailabilityProperty System.Windows.DependencyProperty
ConnectedProperty System.Windows.DependencyProperty
ControllerModeProperty System.Windows.DependencyProperty
DeviceImageProperty System.Windows.DependencyProperty
DeviceProperty System.Windows.DependencyProperty
DeviceStatusProperty System.Windows.DependencyProperty
ExecutionModeProperty System.Windows.DependencyProperty
ParentProperty System.Windows.DependencyProperty
StatusBrushProperty System.Windows.DependencyProperty

Public Methods

Method Description
DeviceItem ( ShopStatus parent, DeviceDescription device ) : System
LoadDeviceImage ( string fileId ) : void
UpdateData ( Data info ) : void

Private Methods

Method Description
CloseButton_Clicked ( TrakHound_UI bt ) : void
LoadDeviceImage_GUI ( System.Windows.Media.Imaging.BitmapSource img ) : void
LoadDeviceImage_Worker ( object o ) : void
ResizeThumb_DragCompleted ( object sender, System e ) : void
root_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
root_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
root_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

DeviceItem() public method

public DeviceItem ( ShopStatus parent, DeviceDescription device ) : System
parent ShopStatus
device TrakHound.Configurations.DeviceDescription
return System

LoadDeviceImage() public method

public LoadDeviceImage ( string fileId ) : void
fileId string
return void

UpdateData() public method

public UpdateData ( Data info ) : void
info TrakHound.API.Data
return void

Property Details

AvailabilityProperty public_oe static_oe property

public static DependencyProperty,System.Windows AvailabilityProperty
return System.Windows.DependencyProperty

ConnectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows ConnectedProperty
return System.Windows.DependencyProperty

ControllerModeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ControllerModeProperty
return System.Windows.DependencyProperty

DeviceImageProperty public_oe static_oe property

public static DependencyProperty,System.Windows DeviceImageProperty
return System.Windows.DependencyProperty

DeviceProperty public_oe static_oe property

public static DependencyProperty,System.Windows DeviceProperty
return System.Windows.DependencyProperty

DeviceStatusProperty public_oe static_oe property

public static DependencyProperty,System.Windows DeviceStatusProperty
return System.Windows.DependencyProperty

ExecutionModeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ExecutionModeProperty
return System.Windows.DependencyProperty

ParentProperty public_oe static_oe property

public static DependencyProperty,System.Windows ParentProperty
return System.Windows.DependencyProperty

StatusBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows StatusBrushProperty
return System.Windows.DependencyProperty