C# Class MonocleGiraffe.Portable.Models.CommentViewModel

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

Méthodes publiques

Méthode Description
CommentViewModel ( Comment comment ) : XamarinImgur.APIWrappers
DownVote ( ) : void
Share ( ) : void
UpVote ( ) : void

Private Methods

Méthode Description
SetPoints ( ) : void
SetVote ( ) : void

Method Details

CommentViewModel() public méthode

public CommentViewModel ( Comment comment ) : XamarinImgur.APIWrappers
comment XamarinImgur.Models.Comment
Résultat XamarinImgur.APIWrappers

DownVote() public méthode

public DownVote ( ) : void
Résultat void

Share() public méthode

public Share ( ) : void
Résultat void

UpVote() public méthode

public UpVote ( ) : void
Résultat void