C# Class LearnLanguages.Common.ViewModelBases.PageViewModelBase

Inheritance: ViewModelBase, IPageViewModel
Afficher le fichier Open project: ibgib/LearnLanguages

Méthodes publiques

Méthode Description
PageViewModelBase ( ) : System

Méthodes protégées

Méthode Description
InitializePageViewModelPropertiesImpl ( ) : void

Method holder to be implemented to set Title, Description, Instructions, and Page.

Method Details

InitializePageViewModelPropertiesImpl() protected abstract méthode

Method holder to be implemented to set Title, Description, Instructions, and Page.
protected abstract InitializePageViewModelPropertiesImpl ( ) : void
Résultat void

PageViewModelBase() public méthode

public PageViewModelBase ( ) : System
Résultat System