C# Class TrakHound_Dashboard.Pages.Dashboard.ProductionStatus.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
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

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 TrakHound.Configurations.DeviceDescription
Résultat System

UpdateData() public méthode

public UpdateData ( Data info ) : void
info TrakHound.API.Data
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

ConnectedProperty public_oe static_oe property

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

DayCuttingTimeProperty public_oe static_oe property

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

DayOperatingTimeProperty public_oe static_oe property

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

DayRunTimeProperty public_oe static_oe property

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

DaySpindleTimeProperty public_oe static_oe property

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

DeviceProperty public_oe static_oe property

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

DeviceStatusProperty public_oe static_oe property

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

PartCountProperty public_oe static_oe property

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

ProductionStatusProperty public_oe static_oe property

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

TotalCuttingTimeProperty public_oe static_oe property

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

TotalOperatingTimeProperty public_oe static_oe property

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

TotalRunTimeProperty public_oe static_oe property

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

TotalSpindleTimeProperty public_oe static_oe property

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