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

Interaction logic for Row.xaml
Inheritance: System.Windows.Controls.UserControl, IComparable
ファイルを表示 Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
AvailabilityProperty System.Windows.DependencyProperty
BlockProperty System.Windows.DependencyProperty
ConnectedProperty System.Windows.DependencyProperty
ControllerModeProperty System.Windows.DependencyProperty
DeviceProperty System.Windows.DependencyProperty
DeviceStatusProperty System.Windows.DependencyProperty
EmergencyStopProperty System.Windows.DependencyProperty
ExecutionModeProperty System.Windows.DependencyProperty
LineProperty System.Windows.DependencyProperty
ProgramProperty System.Windows.DependencyProperty
SystemMessageProperty System.Windows.DependencyProperty
SystemStatusProperty 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_oe static_oe property

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

BlockProperty public_oe static_oe property

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

ConnectedProperty public_oe static_oe property

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

ControllerModeProperty public_oe static_oe property

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

EmergencyStopProperty public_oe static_oe property

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

ExecutionModeProperty public_oe static_oe property

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

LineProperty public_oe static_oe property

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

ProgramProperty public_oe static_oe property

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

SystemMessageProperty public_oe static_oe property

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

SystemStatusProperty public_oe static_oe property

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