C# 클래스 MonocleGiraffe.ViewModels.FrontPage.IncrementalGallery

상속: Portable.ViewModels.Front.IncrementalGallery, ISupportIncrementalLoading
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe 1 사용 예제들

공개 메소드들

메소드 설명
IncrementalGallery ( Section section, Sort sort ) : MonocleGiraffe.Portable.Models
IncrementalGallery ( Sort sort, int topicId ) : MonocleGiraffe.Portable.Models
LoadMoreItemsAsync ( uint count ) : IAsyncOperation
fromJson ( string s ) : IncrementalGallery

비공개 메소드들

메소드 설명
LoadMoreItemsAsync ( CancellationToken c, uint count ) : Task

메소드 상세

IncrementalGallery() 공개 메소드

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

IncrementalGallery() 공개 메소드

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

LoadMoreItemsAsync() 공개 메소드

public LoadMoreItemsAsync ( uint count ) : IAsyncOperation
count uint
리턴 IAsyncOperation

fromJson() 공개 정적인 메소드

public static fromJson ( string s ) : IncrementalGallery
s string
리턴 IncrementalGallery