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

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

Méthodes publiques

Свойство 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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Row() public méthode

public Row ( DeviceDescription device ) : System
device DeviceDescription
Résultat System

UpdateData() public méthode

public UpdateData ( Data info ) : void
info Data
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

ActivePercentageProperty public_oe static_oe property

public static DependencyProperty,System.Windows ActivePercentageProperty
Résultat System.Windows.DependencyProperty

ActiveTimeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ActiveTimeProperty
Résultat System.Windows.DependencyProperty

AlertPercentageProperty public_oe static_oe property

public static DependencyProperty,System.Windows AlertPercentageProperty
Résultat System.Windows.DependencyProperty

AlertTimeProperty public_oe static_oe property

public static DependencyProperty AlertTimeProperty
Résultat DependencyProperty

ConnectedProperty public_oe static_oe property

public static DependencyProperty ConnectedProperty
Résultat DependencyProperty

DeviceProperty public_oe static_oe property

public static DependencyProperty DeviceProperty
Résultat DependencyProperty

DeviceStatusProperty public_oe static_oe property

public static DependencyProperty DeviceStatusProperty
Résultat DependencyProperty

IdlePercentageProperty public_oe static_oe property

public static DependencyProperty IdlePercentageProperty
Résultat DependencyProperty

IdleTimeProperty public_oe static_oe property

public static DependencyProperty IdleTimeProperty
Résultat DependencyProperty

StatusProperty public_oe static_oe property

public static DependencyProperty StatusProperty
Résultat DependencyProperty