C# Class Ctf.ApplicationTools.ApplicationSettings

Afficher le fichier Open project: blstream/Patronage2013-CaptureTheFlag

Méthodes publiques

Méthode Description
HasLoginInfo ( ) : bool

Determines whether [has login info].

RemoveFromSettings ( string keyword ) : bool

Removes from settings.

RetriveLoggedUser ( ) : User

Retrives the logged user.

SaveLoggedUser ( User user ) : bool

Saves the logged user.

Private Methods

Méthode Description
ApplicationSettings ( ) : System

Initializes the ApplicationSettings class.

OnUserChanged ( ApplicationEventArgs e ) : void

Raises the E:UserChanged event.

Method Details

HasLoginInfo() public méthode

Determines whether [has login info].
public HasLoginInfo ( ) : bool
Résultat bool

RemoveFromSettings() public méthode

Removes from settings.
public RemoveFromSettings ( string keyword ) : bool
keyword string The keyword.
Résultat bool

RetriveLoggedUser() public méthode

Retrives the logged user.
public RetriveLoggedUser ( ) : User
Résultat Ctf.ApplicationTools.DataObjects.User

SaveLoggedUser() public méthode

Saves the logged user.
public SaveLoggedUser ( User user ) : bool
user Ctf.ApplicationTools.DataObjects.User The user.
Résultat bool