C# Class Catrobat.IDE.Core.ViewModels.Main.OnlinePrograms.ProgramsViewModel

Inheritance: GalaSoft.MvvmLight.ObservableObject
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes publiques

Méthode Description
GetPrograms ( int offset, int count, string category, CancellationToken cancellationToken, string additionalSearchText = null ) : Task>
ProgramsViewModel ( ) : GalaSoft.MvvmLight.Command

Private Methods

Méthode Description
ExitSearch ( ) : void
InitializeCategories ( ) : void
LoadFeaturedPrograms ( ) : void
ProgramsViewModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
ReloadOnlinePrograms ( ) : void
ResetPrograms ( ) : void
Search ( ) : void

Method Details

GetPrograms() public méthode

public GetPrograms ( int offset, int count, string category, CancellationToken cancellationToken, string additionalSearchText = null ) : Task>
offset int
count int
category string
cancellationToken System.Threading.CancellationToken
additionalSearchText string
Résultat Task>

ProgramsViewModel() public méthode

public ProgramsViewModel ( ) : GalaSoft.MvvmLight.Command
Résultat GalaSoft.MvvmLight.Command