C# 클래스 Catrobat.IDE.Core.ViewModels.Main.OnlinePrograms.ProgramsViewModel

상속: GalaSoft.MvvmLight.ObservableObject
파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows 1 사용 예제들

공개 메소드들

메소드 설명
GetPrograms ( int offset, int count, string category, CancellationToken cancellationToken, string additionalSearchText = null ) : Task>
ProgramsViewModel ( ) : GalaSoft.MvvmLight.Command

비공개 메소드들

메소드 설명
ExitSearch ( ) : void
InitializeCategories ( ) : void
LoadFeaturedPrograms ( ) : void
ProgramsViewModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
ReloadOnlinePrograms ( ) : void
ResetPrograms ( ) : void
Search ( ) : void

메소드 상세

GetPrograms() 공개 메소드

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
리턴 Task>

ProgramsViewModel() 공개 메소드

public ProgramsViewModel ( ) : GalaSoft.MvvmLight.Command
리턴 GalaSoft.MvvmLight.Command