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

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

Public Properties

Property Type Description
AvailabilityProperty System.Windows.DependencyProperty
AvailabilityStatusProperty System.Windows.DependencyProperty
ConnectedProperty System.Windows.DependencyProperty
DeviceProperty System.Windows.DependencyProperty
DeviceStatusProperty System.Windows.DependencyProperty
OeeProperty System.Windows.DependencyProperty
OeeStatusProperty System.Windows.DependencyProperty
PerformanceProperty System.Windows.DependencyProperty
PerformanceStatusProperty System.Windows.DependencyProperty
QualityProperty System.Windows.DependencyProperty
QualityStatusProperty System.Windows.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 TrakHound.Configurations.DeviceDescription
return System

UpdateData() public method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

AvailabilityProperty public static property

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

AvailabilityStatusProperty public static property

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

ConnectedProperty public static property

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

DeviceProperty public static property

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

DeviceStatusProperty public static property

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

OeeProperty public static property

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

OeeStatusProperty public static property

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

PerformanceProperty public static property

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

PerformanceStatusProperty public static property

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

QualityProperty public static property

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

QualityStatusProperty public static property

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