C# Class withSIX.Play.Applications.ViewModels.Overlays.SettingsViewModel

Inheritance: OverlayViewModelBase, ISingleton
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Свойство Type Description
EnableDisableOption void
Logout void
RefreshPropertyGrid void
SetLocale void

Méthodes publiques

Méthode Description
SettingsViewModel ( UserSettings settings, IDialogManager dialogManager, IRestarter restarter ) : System

Méthodes protégées

Méthode Description
SettingsViewModel ( ) : System
SetupPropertyGrid ( ) : void

Private Methods

Méthode Description
EnableDisableOption ( string OptionName, bool Enabled ) : void
Logout ( ) : void
RefreshPropertyGrid ( ) : void
SetLocale ( string locale ) : void

Method Details

SettingsViewModel() protected méthode

protected SettingsViewModel ( ) : System
Résultat System

SettingsViewModel() public méthode

public SettingsViewModel ( UserSettings settings, IDialogManager dialogManager, IRestarter restarter ) : System
settings withSIX.Play.Core.Options.UserSettings
dialogManager IDialogManager
restarter IRestarter
Résultat System

SetupPropertyGrid() protected méthode

protected SetupPropertyGrid ( ) : void
Résultat void