C# Class ZicoresTradingPostNotifier.ViewModel.PagerViewModel

Inheritance: LibraryBase.Wpf.ViewModel.BindableBase
Afficher le fichier Open project: Zicore/TradingPostNotifier

Méthodes publiques

Méthode Description
Next ( ) : void
PagerViewModel ( ) : System
Previous ( ) : void
SelectPage ( object page ) : void
Setup ( int total, int offset, int itemsPerPage ) : void

Method Details

Next() public méthode

public Next ( ) : void
Résultat void

PagerViewModel() public méthode

public PagerViewModel ( ) : System
Résultat System

Previous() public méthode

public Previous ( ) : void
Résultat void

SelectPage() public méthode

public SelectPage ( object page ) : void
page object
Résultat void

Setup() public méthode

public Setup ( int total, int offset, int itemsPerPage ) : void
total int
offset int
itemsPerPage int
Résultat void