C# Class MonocleGiraffe.Portable.Models.CommentViewModel

Inheritance: BindableBase
Show file Open project: akshay2000/MonocleGiraffe Class Usage Examples

Public Methods

Method Description
CommentViewModel ( Comment comment ) : XamarinImgur.APIWrappers
DownVote ( ) : void
Share ( ) : void
UpVote ( ) : void

Private Methods

Method Description
SetPoints ( ) : void
SetVote ( ) : void

Method Details

CommentViewModel() public method

public CommentViewModel ( Comment comment ) : XamarinImgur.APIWrappers
comment XamarinImgur.Models.Comment
return XamarinImgur.APIWrappers

DownVote() public method

public DownVote ( ) : void
return void

Share() public method

public Share ( ) : void
return void

UpVote() public method

public UpVote ( ) : void
return void