C# 클래스 TrakHound_Dashboard.Controls.Message_Center.MessageCenter

Interaction logic for MessageCenter.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 프로퍼티들

프로퍼티 타입 설명
NoDeviceAlertsProperty System.Windows.DependencyProperty
NoErrorsProperty System.Windows.DependencyProperty
NoMessagesProperty System.Windows.DependencyProperty
NoNotificationsProperty System.Windows.DependencyProperty
NoWarningsProperty System.Windows.DependencyProperty
ShownProperty System.Windows.DependencyProperty
UnreadMessagesProperty System.Windows.DependencyProperty
mw MainWindow

공개 메소드들

메소드 설명
AddMessage ( MessageData data ) : void
CheckForMessages ( ) : void
ClearMessages ( ) : void
Hide ( ) : void
MessageCenter ( ) : System

비공개 메소드들

메소드 설명
AddMessage_GUI ( MessageData data ) : void
CheckForMessages_GUI ( ) : void
CheckForMessages_TIMER_Elapsed ( object sender, System e ) : void
ClearAll_Clicked ( TrakHound_UI bt ) : void
ClearMessages_Worker ( object o ) : void
CloseMessage_Worker ( object o ) : void
MessageClicked_Worker ( object o ) : void
Message_Clicked ( Message message ) : void
Message_CloseClicked ( Message message ) : void

메소드 상세

AddMessage() 공개 메소드

public AddMessage ( MessageData data ) : void
data MessageData
리턴 void

CheckForMessages() 공개 메소드

public CheckForMessages ( ) : void
리턴 void

ClearMessages() 공개 메소드

public ClearMessages ( ) : void
리턴 void

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

MessageCenter() 공개 메소드

public MessageCenter ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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

mw 공개적으로 프로퍼티

public MainWindow mw
리턴 MainWindow