C# Class ZicoresTradingPostNotifier.ViewModel.PagerViewModel

Inheritance: LibraryBase.Wpf.ViewModel.BindableBase
Datei anzeigen Open project: Zicore/TradingPostNotifier

Public Methods

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

Method Details

Next() public method

public Next ( ) : void
return void

PagerViewModel() public method

public PagerViewModel ( ) : System
return System

Previous() public method

public Previous ( ) : void
return void

SelectPage() public method

public SelectPage ( object page ) : void
page object
return void

Setup() public method

public Setup ( int total, int offset, int itemsPerPage ) : void
total int
offset int
itemsPerPage int
return void