C# Class MonocleGiraffe.Portable.Models.GalleryItem

Inheritance: BindableBase, IGalleryItem
Afficher le fichier Open project: akshay2000/MonocleGiraffe Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddComment ( string comment, long parentId = null ) : Task
comment string
parentId long
Résultat Task

DownVote() public méthode

public DownVote ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GalleryItem() public méthode

public GalleryItem ( Image image ) : XamarinImgur.APIWrappers
image Image
Résultat XamarinImgur.APIWrappers

UpVote() public méthode

public UpVote ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task