C# 클래스 MonocleGiraffe.Portable.Models.GalleryItem

상속: BindableBase, IGalleryItem
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe 1 사용 예제들

공개 메소드들

메소드 설명
AddComment ( string comment, long parentId = null ) : Task
DownVote ( ) : System.Threading.Tasks.Task
GalleryItem ( Image image ) : XamarinImgur.APIWrappers
UpVote ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
GetAlbum ( ) : Task
GetImageType ( ) : GalleryItemType
Init ( ) : void
LoadAlbumImages ( ) : System.Threading.Tasks.Task
LoadComments ( ) : System.Threading.Tasks.Task
LoadThumbnails ( ) : System.Threading.Tasks.Task
SetFavourite ( ) : void
SetPoints ( ) : void
SetVote ( ) : void
StartDownload ( ) : System.Threading.Tasks.Task

메소드 상세

AddComment() 공개 메소드

public AddComment ( string comment, long parentId = null ) : Task
comment string
parentId long
리턴 Task

DownVote() 공개 메소드

public DownVote ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

GalleryItem() 공개 메소드

public GalleryItem ( Image image ) : XamarinImgur.APIWrappers
image Image
리턴 XamarinImgur.APIWrappers

UpVote() 공개 메소드

public UpVote ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task