C# Class Dev2.Core.Tests.Settings.TestSettingsViewModel

Inheritance: Dev2.Settings.SettingsViewModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
CallDeactivate ( ) : void
TestSettingsViewModel ( ) : System.Windows.Forms
TestSettingsViewModel ( IEventAggregator eventPublisher, IPopupController popupController, IAsyncWorker asyncWorker, IWin32Window parentWindow ) : System.Windows.Forms

Méthodes protégées

Méthode Description
CreateLoggingViewModel ( ) : LogSettingsViewModel
CreateSecurityViewModel ( ) : SecurityViewModel
ShowError ( string header, string description ) : void

Method Details

CallDeactivate() public méthode

public CallDeactivate ( ) : void
Résultat void

CreateLoggingViewModel() protected méthode

protected CreateLoggingViewModel ( ) : LogSettingsViewModel
Résultat Dev2.Settings.Logging.LogSettingsViewModel

CreateSecurityViewModel() protected méthode

protected CreateSecurityViewModel ( ) : SecurityViewModel
Résultat Dev2.Settings.Security.SecurityViewModel

ShowError() protected méthode

protected ShowError ( string header, string description ) : void
header string
description string
Résultat void

TestSettingsViewModel() public méthode

public TestSettingsViewModel ( ) : System.Windows.Forms
Résultat System.Windows.Forms

TestSettingsViewModel() public méthode

public TestSettingsViewModel ( IEventAggregator eventPublisher, IPopupController popupController, IAsyncWorker asyncWorker, IWin32Window parentWindow ) : System.Windows.Forms
eventPublisher IEventAggregator
popupController IPopupController
asyncWorker IAsyncWorker
parentWindow IWin32Window
Résultat System.Windows.Forms