C# Class Orc.NuGetExplorer.ViewModels.PagingViewModel

Inheritance: Catel.MVVM.ViewModelBase
Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
OnMoveToFirstExecute ( ) : void
PagingViewModel ( IPagingService pagingService ) : Catel

Private Methods

Méthode 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 méthode

public OnMoveToFirstExecute ( ) : void
Résultat void

PagingViewModel() public méthode

public PagingViewModel ( IPagingService pagingService ) : Catel
pagingService IPagingService
Résultat Catel