C# Class MonocleGiraffe.ViewModels.FrontPage.IncrementalGallery

Inheritance: Portable.ViewModels.Front.IncrementalGallery, ISupportIncrementalLoading
Afficher le fichier Open project: akshay2000/MonocleGiraffe Class Usage Examples

Méthodes publiques

Méthode Description
IncrementalGallery ( Section section, Sort sort ) : MonocleGiraffe.Portable.Models
IncrementalGallery ( Sort sort, int topicId ) : MonocleGiraffe.Portable.Models
LoadMoreItemsAsync ( uint count ) : IAsyncOperation
fromJson ( string s ) : IncrementalGallery

Private Methods

Méthode Description
LoadMoreItemsAsync ( CancellationToken c, uint count ) : Task

Method Details

IncrementalGallery() public méthode

public IncrementalGallery ( Section section, Sort sort ) : MonocleGiraffe.Portable.Models
section Section
sort Sort
Résultat MonocleGiraffe.Portable.Models

IncrementalGallery() public méthode

public IncrementalGallery ( Sort sort, int topicId ) : MonocleGiraffe.Portable.Models
sort Sort
topicId int
Résultat MonocleGiraffe.Portable.Models

LoadMoreItemsAsync() public méthode

public LoadMoreItemsAsync ( uint count ) : IAsyncOperation
count uint
Résultat IAsyncOperation

fromJson() public static méthode

public static fromJson ( string s ) : IncrementalGallery
s string
Résultat IncrementalGallery