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

#include <GuiSettings.cs>

Collaboration diagram for Sample_Environment_Control_Interface.GuiSettings:
Collaboration graph

Static Public Member Functions

static void LoadSettings ()
 

Properties

static String BugzillaUrl [get]
 
static String McrUrl [get]
 

Static Private Attributes

static String _bugzillaUrl
 
static String _mcrUrl
 

Detailed Description

Author
Matt Clarke, ISIS

Static class for holding the standard run-time settings for the GUI. The information held in this class is read from the App.Config.

Definition at line 14 of file GuiSettings.cs.

Member Function Documentation

static void Sample_Environment_Control_Interface.GuiSettings.LoadSettings ( )
inlinestatic

This method reads the GUI settings that are set via the App.config file. Does not throw.

Definition at line 27 of file GuiSettings.cs.

References Sample_Environment_Control_Interface.GuiSettings._bugzillaUrl, and Sample_Environment_Control_Interface.GuiSettings._mcrUrl.

Member Data Documentation

String Sample_Environment_Control_Interface.GuiSettings._bugzillaUrl
staticprivate
String Sample_Environment_Control_Interface.GuiSettings._mcrUrl
staticprivate

Property Documentation

String Sample_Environment_Control_Interface.GuiSettings.BugzillaUrl
staticget
String Sample_Environment_Control_Interface.GuiSettings.McrUrl
staticget

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