C# 클래스 TrakHound_Dashboard.Pages.Dashboard.DeviceStatusTimes.Controls.Row

Interaction logic for Row.xaml
상속: System.Windows.Controls.UserControl, IComparable
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActivePercentageProperty System.Windows.DependencyProperty
ActiveTimeProperty System.Windows.DependencyProperty
AlertPercentageProperty System.Windows.DependencyProperty
AlertTimeProperty DependencyProperty
ConnectedProperty DependencyProperty
DeviceProperty DependencyProperty
DeviceStatusProperty DependencyProperty
IdlePercentageProperty DependencyProperty
IdleTimeProperty DependencyProperty
StatusProperty DependencyProperty

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
Row ( DeviceDescription device ) : System
UpdateData ( Data info ) : void
operator ( ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Row() 공개 메소드

public Row ( DeviceDescription device ) : System
device DeviceDescription
리턴 System

UpdateData() 공개 메소드

public UpdateData ( Data info ) : void
info Data
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

ActivePercentageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ActivePercentageProperty
리턴 System.Windows.DependencyProperty

ActiveTimeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ActiveTimeProperty
리턴 System.Windows.DependencyProperty

AlertPercentageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows AlertPercentageProperty
리턴 System.Windows.DependencyProperty

AlertTimeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty AlertTimeProperty
리턴 DependencyProperty

ConnectedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty ConnectedProperty
리턴 DependencyProperty

DeviceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty DeviceProperty
리턴 DependencyProperty

DeviceStatusProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty DeviceStatusProperty
리턴 DependencyProperty

IdlePercentageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty IdlePercentageProperty
리턴 DependencyProperty

IdleTimeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty IdleTimeProperty
리턴 DependencyProperty

StatusProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty StatusProperty
리턴 DependencyProperty