C# Class MALClient.XShared.ViewModels.SettingsViewModelBase

Inheritance: ViewModelBase
Afficher le fichier Open project: Mordonus/MALClient

Protected Properties

Свойство Type Description
_cachedItemsLoaded bool
_requestNavigationCommand ICommand
_reviewCommand ICommand

Private Properties

Свойство Type Description
LoadNews void

Méthodes publiques

Méthode Description
LoadCachedEntries ( ) : void
SettingsViewModelBase ( ) : System

Private Methods

Méthode Description
LoadNews ( ) : void

Method Details

LoadCachedEntries() public abstract méthode

public abstract LoadCachedEntries ( ) : void
Résultat void

SettingsViewModelBase() public méthode

public SettingsViewModelBase ( ) : System
Résultat System

Property Details

_cachedItemsLoaded protected_oe property

protected bool _cachedItemsLoaded
Résultat bool

_requestNavigationCommand protected_oe property

protected ICommand _requestNavigationCommand
Résultat ICommand

_reviewCommand protected_oe property

protected ICommand _reviewCommand
Résultat ICommand