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

Inheritance: OverlayViewModelBase, ISingleton
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Property Type Description
EnableDisableOption void
Logout void
RefreshPropertyGrid void
SetLocale void

Public Methods

Method Description
SettingsViewModel ( UserSettings settings, IDialogManager dialogManager, IRestarter restarter ) : System

Protected Methods

Method Description
SettingsViewModel ( ) : System
SetupPropertyGrid ( ) : void

Private Methods

Method Description
EnableDisableOption ( string OptionName, bool Enabled ) : void
Logout ( ) : void
RefreshPropertyGrid ( ) : void
SetLocale ( string locale ) : void

Method Details

SettingsViewModel() protected method

protected SettingsViewModel ( ) : System
return System

SettingsViewModel() public method

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

SetupPropertyGrid() protected method

protected SetupPropertyGrid ( ) : void
return void