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

This class is a wrapper for the User Details VI. More...

Collaboration diagram for Seci.Standard.UserDetails:
Collaboration graph

Static Public Member Functions

static String GetRbNumber ()
 Method for retrieving the RB number. More...
 
static String[,] GetUsers ()
 Method for retrieving the users associated with the current RB number. More...
 
static void HideVi ()
 Method for hiding the VI - it is hidden by default. More...
 
static void Initialise ()
 
static void SetRbNumber (String rb)
 Method for settiing the RB number. More...
 
static void SetUsers (String[,] values)
 Method for updating the list of experimenters. More...
 
static void ShowVi ()
 Method for showing the VI - it is hidden by default. More...
 

Properties

static String FilePath [get]
 

Static Private Attributes

static String _filePath
 

Detailed Description

This class is a wrapper for the User Details VI.

Definition at line 11 of file UserDetails.cs.

Member Function Documentation

static String Seci.Standard.UserDetails.GetRbNumber ( )
inlinestatic

Method for retrieving the RB number.

Returns
Returns a string containing the RB number

Definition at line 48 of file UserDetails.cs.

static String [,] Seci.Standard.UserDetails.GetUsers ( )
inlinestatic

Method for retrieving the users associated with the current RB number.

Returns
Returns a 2D string array which gives the users and institutes

Definition at line 83 of file UserDetails.cs.

static void Seci.Standard.UserDetails.HideVi ( )
inlinestatic

Method for hiding the VI - it is hidden by default.

Definition at line 39 of file UserDetails.cs.

static void Seci.Standard.UserDetails.Initialise ( )
inlinestatic

Definition at line 17 of file UserDetails.cs.

static void Seci.Standard.UserDetails.SetRbNumber ( String  rb)
inlinestatic

Method for settiing the RB number.

Parameters
rbThe new RB number

Definition at line 74 of file UserDetails.cs.

static void Seci.Standard.UserDetails.SetUsers ( String  values[,])
inlinestatic

Method for updating the list of experimenters.

Parameters
valuesThe experimenters information to write to the list

Definition at line 101 of file UserDetails.cs.

static void Seci.Standard.UserDetails.ShowVi ( )
inlinestatic

Method for showing the VI - it is hidden by default.

Definition at line 31 of file UserDetails.cs.

Member Data Documentation

String Seci.Standard.UserDetails._filePath
staticprivate

Definition at line 13 of file UserDetails.cs.

Property Documentation

String Seci.Standard.UserDetails.FilePath
staticget

Definition at line 15 of file UserDetails.cs.


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