C# Class MonocleGiraffe.Portable.Models.GalleryItem

Inheritance: BindableBase, IGalleryItem
Mostra file Open project: akshay2000/MonocleGiraffe Class Usage Examples

Public Methods

Method Description
AddComment ( string comment, long parentId = null ) : Task
DownVote ( ) : System.Threading.Tasks.Task
GalleryItem ( Image image ) : XamarinImgur.APIWrappers
UpVote ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
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

Method Details

AddComment() public method

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

DownVote() public method

public DownVote ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GalleryItem() public method

public GalleryItem ( Image image ) : XamarinImgur.APIWrappers
image Image
return XamarinImgur.APIWrappers

UpVote() public method

public UpVote ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task