C# Class withSIX.Play.Applications.ViewModels.Popups.ProfilesMenuViewModel

Inheritance: withSIX.Core.Applications.MVVM.ViewModels.PopupBase, IDisposable
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
DeleteProfile ( ProfileDataModel profile ) : void
Dispose ( ) : void
ProfilesMenuViewModel ( IMediator mediator, IDialogManager dialogManager, ISpecialDialogManager specialDialogManager ) : System
SwitchProfile ( ProfileDataModel profile ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
OpenNewProfileDialog ( ) : System.Threading.Tasks.Task

Method Details

DeleteProfile() public méthode

public DeleteProfile ( ProfileDataModel profile ) : void
profile ProfileDataModel
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ProfilesMenuViewModel() public méthode

public ProfilesMenuViewModel ( IMediator mediator, IDialogManager dialogManager, ISpecialDialogManager specialDialogManager ) : System
mediator IMediator
dialogManager IDialogManager
specialDialogManager ISpecialDialogManager
Résultat System

SwitchProfile() public méthode

public SwitchProfile ( ProfileDataModel profile ) : void
profile ProfileDataModel
Résultat void