C# Class Orc.NuGetExplorer.ViewModels.PagingViewModel

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

Private Properties

Property Type Description
CanMoveForward bool
OnItemIndexChanged void
OnItemsCountChanged void
OnItemsPerPageChanged void
OnMoveBackCanExecute bool
OnMoveBackExecute void
OnMoveForwardCanExecute bool
OnMoveForwardExecute void
OnMoveToFirstCanExecute bool
OnMoveToLastCanExecute bool
OnMoveToLastExcute void
OnMoveToPageCanExecute bool
OnMoveToPageExecute void
OnVisiblePagesChanged void

Public Methods

Method Description
OnMoveToFirstExecute ( ) : void
PagingViewModel ( IPagingService pagingService ) : Catel

Private Methods

Method Description
CanMoveForward ( ) : bool
OnItemIndexChanged ( ) : void
OnItemsCountChanged ( ) : void
OnItemsPerPageChanged ( ) : void
OnMoveBackCanExecute ( ) : bool
OnMoveBackExecute ( ) : void
OnMoveForwardCanExecute ( ) : bool
OnMoveForwardExecute ( ) : void
OnMoveToFirstCanExecute ( ) : bool
OnMoveToLastCanExecute ( ) : bool
OnMoveToLastExcute ( ) : void
OnMoveToPageCanExecute ( PagingItemInfo pagingItem ) : bool
OnMoveToPageExecute ( PagingItemInfo pagingItem ) : void
OnVisiblePagesChanged ( ) : void

Method Details

OnMoveToFirstExecute() public method

public OnMoveToFirstExecute ( ) : void
return void

PagingViewModel() public method

public PagingViewModel ( IPagingService pagingService ) : Catel
pagingService IPagingService
return Catel