C# Class TrakHound_Dashboard.Pages.Dashboard.DeviceStatusTimes.Controls.Row

Interaction logic for Row.xaml
Inheritance: System.Windows.Controls.UserControl, IComparable
Exibir arquivo Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
ActivePercentageProperty System.Windows.DependencyProperty
ActiveTimeProperty System.Windows.DependencyProperty
AlertPercentageProperty System.Windows.DependencyProperty
AlertTimeProperty DependencyProperty
ConnectedProperty DependencyProperty
DeviceProperty DependencyProperty
DeviceStatusProperty DependencyProperty
IdlePercentageProperty DependencyProperty
IdleTimeProperty DependencyProperty
StatusProperty DependencyProperty

Public Methods

Method Description
CompareTo ( object obj ) : int
Row ( DeviceDescription device ) : System
UpdateData ( Data info ) : void
operator ( ) : bool

Private Methods

Method Description
EqualTo ( Row r1, Row r2 ) : bool
GreaterThan ( Row r1, Row r2 ) : bool
GreaterThan ( Row r1, Row r2, string propertyName ) : bool
LessThan ( Row r1, Row r2 ) : bool
LessThan ( Row r1, Row r2, string propertyName ) : bool
NotEqualTo ( Row r1, Row r2 ) : bool
UserControl_MouseDown ( object sender, System e ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Row() public method

public Row ( DeviceDescription device ) : System
device DeviceDescription
return System

UpdateData() public method

public UpdateData ( Data info ) : void
info Data
return void

operator() public static method

public static operator ( ) : bool
return bool

Property Details

ActivePercentageProperty public_oe static_oe property

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

ActiveTimeProperty public_oe static_oe property

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

AlertPercentageProperty public_oe static_oe property

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

AlertTimeProperty public_oe static_oe property

public static DependencyProperty AlertTimeProperty
return DependencyProperty

ConnectedProperty public_oe static_oe property

public static DependencyProperty ConnectedProperty
return DependencyProperty

DeviceProperty public_oe static_oe property

public static DependencyProperty DeviceProperty
return DependencyProperty

DeviceStatusProperty public_oe static_oe property

public static DependencyProperty DeviceStatusProperty
return DependencyProperty

IdlePercentageProperty public_oe static_oe property

public static DependencyProperty IdlePercentageProperty
return DependencyProperty

IdleTimeProperty public_oe static_oe property

public static DependencyProperty IdleTimeProperty
return DependencyProperty

StatusProperty public_oe static_oe property

public static DependencyProperty StatusProperty
return DependencyProperty