C# Class TrakHound_Overview.Pages.Dashboard.OverrideStatus.Controls.Row

Interaction logic for Row.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
ActiveSecondsProperty System.Windows.DependencyProperty
AlertSecondsProperty System.Windows.DependencyProperty
AvailableProperty System.Windows.DependencyProperty
ConfigurationProperty System.Windows.DependencyProperty
ConnectedProperty System.Windows.DependencyProperty
DeviceStatusProperty System.Windows.DependencyProperty
IdleSecondsProperty System.Windows.DependencyProperty
TotalSecondsProperty System.Windows.DependencyProperty

Public Methods

Method Description
Row ( ) : System
UpdateData ( EventData data ) : void

Private Methods

Method Description
UpdateAvailability ( EventData data ) : void
UpdateDatabaseConnection ( EventData data ) : void
UpdateSnapshots ( EventData data ) : void
UpdateVariables ( EventData data ) : void

Method Details

Row() public method

public Row ( ) : System
return System

UpdateData() public method

public UpdateData ( EventData data ) : void
data EventData
return void

Property Details

ActiveSecondsProperty public static property

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

AlertSecondsProperty public static property

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

AvailableProperty public static property

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

ConfigurationProperty public static property

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

ConnectedProperty public static property

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

DeviceStatusProperty public static property

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

IdleSecondsProperty public static property

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

TotalSecondsProperty public static property

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