C# Class Orc.NuGetExplorer.Example.ViewModels.SettingsViewModel

Inheritance: Catel.MVVM.ViewModelBase
Mostra file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
SettingsViewModel ( INuGetConfigurationService nuGetConfigurationService ) : System.Collections.Generic

Protected Methods

Method Description
InitializeAsync ( ) : System.Threading.Tasks.Task
SaveAsync ( ) : Task

Method Details

InitializeAsync() protected method

protected InitializeAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SaveAsync() protected method

protected SaveAsync ( ) : Task
return Task

SettingsViewModel() public method

public SettingsViewModel ( INuGetConfigurationService nuGetConfigurationService ) : System.Collections.Generic
nuGetConfigurationService INuGetConfigurationService
return System.Collections.Generic