C# Class TrakHound_Dashboard.Controls.Message_Center.MessageCenter

Interaction logic for MessageCenter.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
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

Public Methods

Method Description
AddMessage ( MessageData data ) : void
CheckForMessages ( ) : void
ClearMessages ( ) : void
Hide ( ) : void
MessageCenter ( ) : System

Private Methods

Method Description
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

Method Details

AddMessage() public method

public AddMessage ( MessageData data ) : void
data MessageData
return void

CheckForMessages() public method

public CheckForMessages ( ) : void
return void

ClearMessages() public method

public ClearMessages ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

MessageCenter() public method

public MessageCenter ( ) : System
return System

Property Details

NoDeviceAlertsProperty public_oe static_oe property

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

NoErrorsProperty public_oe static_oe property

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

NoMessagesProperty public_oe static_oe property

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

NoNotificationsProperty public_oe static_oe property

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

NoWarningsProperty public_oe static_oe property

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

ShownProperty public_oe static_oe property

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

UnreadMessagesProperty public_oe static_oe property

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

mw public_oe property

public MainWindow mw
return MainWindow