C# Class Orchestra.Examples.MahApps.ViewModels.PersonsViewModel

Inheritance: Catel.MVVM.ViewModelBase
Exibir arquivo Open project: WildGums/Orchestra

Public Methods

Method Description
PersonsViewModel ( IFlyoutService flyoutService, IMessageService messageService, IDispatcherService dispatcherService ) : System.Collections.ObjectModel

Protected Methods

Method Description
InitializeAsync ( ) : Task

Private Methods

Method Description
OnAddExecute ( ) : void
OnEditCanExecute ( ) : bool
OnEditExecute ( ) : void
OnRemoveCanExecute ( ) : bool
OnRemoveExecuteAsync ( ) : Task

Method Details

InitializeAsync() protected method

protected InitializeAsync ( ) : Task
return Task

PersonsViewModel() public method

public PersonsViewModel ( IFlyoutService flyoutService, IMessageService messageService, IDispatcherService dispatcherService ) : System.Collections.ObjectModel
flyoutService IFlyoutService
messageService IMessageService
dispatcherService IDispatcherService
return System.Collections.ObjectModel