C# 클래스 withSIX.Play.Applications.ViewModels.Popups.ProfilesMenuViewModel

상속: withSIX.Core.Applications.MVVM.ViewModels.PopupBase, IDisposable
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
DeleteProfile ( ProfileDataModel profile ) : void
Dispose ( ) : void
ProfilesMenuViewModel ( IMediator mediator, IDialogManager dialogManager, ISpecialDialogManager specialDialogManager ) : System
SwitchProfile ( ProfileDataModel profile ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
OpenNewProfileDialog ( ) : System.Threading.Tasks.Task

메소드 상세

DeleteProfile() 공개 메소드

public DeleteProfile ( ProfileDataModel profile ) : void
profile ProfileDataModel
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ProfilesMenuViewModel() 공개 메소드

public ProfilesMenuViewModel ( IMediator mediator, IDialogManager dialogManager, ISpecialDialogManager specialDialogManager ) : System
mediator IMediator
dialogManager IDialogManager
specialDialogManager ISpecialDialogManager
리턴 System

SwitchProfile() 공개 메소드

public SwitchProfile ( ProfileDataModel profile ) : void
profile ProfileDataModel
리턴 void