C# Class MonocleGiraffe.ViewModels.FrontPage.IncrementalGallery

Inheritance: Portable.ViewModels.Front.IncrementalGallery, ISupportIncrementalLoading
Show file Open project: akshay2000/MonocleGiraffe Class Usage Examples

Public Methods

Method 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

Method Description
LoadMoreItemsAsync ( CancellationToken c, uint count ) : Task

Method Details

IncrementalGallery() public method

public IncrementalGallery ( Section section, Sort sort ) : MonocleGiraffe.Portable.Models
section Section
sort Sort
return MonocleGiraffe.Portable.Models

IncrementalGallery() public method

public IncrementalGallery ( Sort sort, int topicId ) : MonocleGiraffe.Portable.Models
sort Sort
topicId int
return MonocleGiraffe.Portable.Models

LoadMoreItemsAsync() public method

public LoadMoreItemsAsync ( uint count ) : IAsyncOperation
count uint
return IAsyncOperation

fromJson() public static method

public static fromJson ( string s ) : IncrementalGallery
s string
return IncrementalGallery