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 ) : |
Method | Description | |
---|---|---|
LoadMoreItemsAsync ( |
public IncrementalGallery ( Section section, Sort sort ) : MonocleGiraffe.Portable.Models | ||
section | Section | |
sort | Sort | |
return | MonocleGiraffe.Portable.Models |
public IncrementalGallery ( Sort sort, int topicId ) : MonocleGiraffe.Portable.Models | ||
sort | Sort | |
topicId | int | |
return | MonocleGiraffe.Portable.Models |
public LoadMoreItemsAsync ( uint count ) : IAsyncOperation |
||
count | uint | |
return | IAsyncOperation |
public static fromJson ( string s ) : |
||
s | string | |
return |