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

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

AlarmSecondsProperty public_oe static_oe property

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

ConnectedProperty public_oe static_oe property

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

MaintenanceSecondsProperty public_oe static_oe property

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

ProcessDevelopmentSecondsProperty public_oe static_oe property

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

ProductionSecondsProperty public_oe static_oe property

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

SetupSecondsProperty public_oe static_oe property

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

TeardownSecondsProperty public_oe static_oe property

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

TotalSecondsProperty public_oe static_oe property

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