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

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

Public Properties

Property Type Description
ConnectedProperty System.Windows.DependencyProperty
DayCuttingTimeProperty System.Windows.DependencyProperty
DayOperatingTimeProperty System.Windows.DependencyProperty
DayRunTimeProperty System.Windows.DependencyProperty
DaySpindleTimeProperty System.Windows.DependencyProperty
DeviceProperty System.Windows.DependencyProperty
DeviceStatusProperty System.Windows.DependencyProperty
PartCountProperty System.Windows.DependencyProperty
ProductionStatusProperty System.Windows.DependencyProperty
TotalCuttingTimeProperty System.Windows.DependencyProperty
TotalOperatingTimeProperty System.Windows.DependencyProperty
TotalRunTimeProperty System.Windows.DependencyProperty
TotalSpindleTimeProperty 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

ConnectedProperty public_oe static_oe property

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

DayCuttingTimeProperty public_oe static_oe property

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

DayOperatingTimeProperty public_oe static_oe property

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

DayRunTimeProperty public_oe static_oe property

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

DaySpindleTimeProperty public_oe static_oe property

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

PartCountProperty public_oe static_oe property

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

ProductionStatusProperty public_oe static_oe property

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

TotalCuttingTimeProperty public_oe static_oe property

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

TotalOperatingTimeProperty public_oe static_oe property

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

TotalRunTimeProperty public_oe static_oe property

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

TotalSpindleTimeProperty public_oe static_oe property

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