C# Class TrakHound_Dashboard.Pages.Dashboard.ProductionStatusTimes.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
AlarmSecondsProperty System.Windows.DependencyProperty
ConnectedProperty System.Windows.DependencyProperty
DeviceProperty System.Windows.DependencyProperty
DeviceStatusProperty System.Windows.DependencyProperty
MaintenanceSecondsProperty System.Windows.DependencyProperty
ProcessDevelopmentSecondsProperty System.Windows.DependencyProperty
ProductionSecondsProperty System.Windows.DependencyProperty
SetupSecondsProperty System.Windows.DependencyProperty
TeardownSecondsProperty System.Windows.DependencyProperty
TotalSecondsProperty 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

AlarmSecondsProperty public_oe static_oe property

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

ConnectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows ConnectedProperty
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

MaintenanceSecondsProperty public_oe static_oe property

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

ProcessDevelopmentSecondsProperty public_oe static_oe property

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

ProductionSecondsProperty public_oe static_oe property

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

SetupSecondsProperty public_oe static_oe property

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

TeardownSecondsProperty public_oe static_oe property

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

TotalSecondsProperty public_oe static_oe property

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