SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SeciControls.McrNews Class Reference

Interaction logic for McrNews.xaml More...

Inheritance diagram for SeciControls.McrNews:
Inheritance graph
Collaboration diagram for SeciControls.McrNews:
Collaboration graph

Public Member Functions

String GetLatestInformation ()
 
 McrNews ()
 

Private Member Functions

void _timer_Elapsed (object sender, System.Timers.ElapsedEventArgs e)
 
void _worker_DoWork (object sender, DoWorkEventArgs e)
 
void UserControl_Loaded (object sender, RoutedEventArgs e)
 

Private Attributes

System.Timers.Timer _timer
 
int _updateRateSecs = 30
 
String _url = "http://dataweb.isis.rl.ac.uk/mcr/mcrnews.txt"
 
BackgroundWorker _worker = new BackgroundWorker()
 

Detailed Description

Interaction logic for McrNews.xaml

Definition at line 13 of file McrNews.xaml.cs.

Constructor & Destructor Documentation

SeciControls.McrNews.McrNews ( )
inline

Definition at line 20 of file McrNews.xaml.cs.

Member Function Documentation

void SeciControls.McrNews._timer_Elapsed ( object  sender,
System.Timers.ElapsedEventArgs  e 
)
inlineprivate

Definition at line 36 of file McrNews.xaml.cs.

References SeciControls.McrNews._worker.

Referenced by SeciControls.McrNews.UserControl_Loaded().

void SeciControls.McrNews._worker_DoWork ( object  sender,
DoWorkEventArgs  e 
)
inlineprivate

Definition at line 44 of file McrNews.xaml.cs.

References SeciControls.McrNews.GetLatestInformation().

Referenced by SeciControls.McrNews.UserControl_Loaded().

Here is the call graph for this function:

String SeciControls.McrNews.GetLatestInformation ( )
inline

Definition at line 60 of file McrNews.xaml.cs.

References SeciControls.McrNews._url.

Referenced by SeciControls.McrNews._worker_DoWork().

void SeciControls.McrNews.UserControl_Loaded ( object  sender,
RoutedEventArgs  e 
)
inlineprivate

Member Data Documentation

System.Timers.Timer SeciControls.McrNews._timer
private

Definition at line 17 of file McrNews.xaml.cs.

Referenced by SeciControls.McrNews.UserControl_Loaded().

int SeciControls.McrNews._updateRateSecs = 30
private

Definition at line 18 of file McrNews.xaml.cs.

Referenced by SeciControls.McrNews.UserControl_Loaded().

String SeciControls.McrNews._url = "http://dataweb.isis.rl.ac.uk/mcr/mcrnews.txt"
private

Definition at line 15 of file McrNews.xaml.cs.

Referenced by SeciControls.McrNews.GetLatestInformation().

BackgroundWorker SeciControls.McrNews._worker = new BackgroundWorker()
private

Definition at line 16 of file McrNews.xaml.cs.

Referenced by SeciControls.McrNews._timer_Elapsed().


The documentation for this class was generated from the following file: